-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
110 lines (109 loc) · 2.57 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Generated by roxygen2: do not edit by hand
S3method(.calmat,cal.pbou)
S3method(.calmat,cal.surf1)
S3method(as.bsm,default)
S3method(calibMatrix,bsm)
S3method(calibMatrix,default)
S3method(calibrate,bsm)
S3method(calibrate,default)
S3method(calmat,default)
S3method(calmat_reshape,default)
S3method(dilatation,default)
S3method(extensions,bsm)
S3method(extensions,default)
S3method(gain,default)
S3method(gaugeOrientations,bsm)
S3method(geod_rotate,bsm)
S3method(geod_rotate,default)
S3method(geodesic_strains,default)
S3method(get_az,bsm)
S3method(get_itype,bsm)
S3method(get_station,bsm)
S3method(hfbsm,default)
S3method(invariants,default)
S3method(is.calibrated,bsm)
S3method(is.calibrated,default)
S3method(linearize,default)
S3method(load_hfbsm,hfbsm.nfo)
S3method(max_shear,default)
S3method(minfilt,default)
S3method(plot,hfbsm)
S3method(plot_gaugeline,default)
S3method(plot_orientations,bsm)
S3method(plot_orientations,default)
S3method(principals,bsm)
S3method(principals,default)
S3method(principals,lsm2)
S3method(principals,lsm3)
S3method(print,bsm)
S3method(rotate,bsm)
S3method(rotate,default)
S3method(straight_decimate,default)
S3method(straight_decimate,ts)
S3method(strains,bsm)
S3method(unlinearize,default)
S3method(update_file_location,hfbsm.nfo)
export(.az_wrap)
export(CoulombStress)
export(as.bsm)
export(calibMatrix)
export(calibrate)
export(calmat)
export(calmat_reshape)
export(check_for_hfbsm)
export(circle)
export(dilatation)
export(extensions)
export(gain)
export(gap_distance)
export(gaugeOrientations)
export(geod_rotate)
export(geod_rotate2)
export(geodesic_strains)
export(get_az)
export(get_itype)
export(get_station)
export(hfbsm)
export(invariants)
export(is.bsm)
export(is.calibrated)
export(is.raw_strain)
export(linearize)
export(load_hfbsm)
export(lpfilter)
export(lpfilter.dec)
export(max_shear)
export(minfilt)
export(orientation_conventions)
export(plot_gaugeline)
export(plot_orientations)
export(principal_stresses)
export(principals)
export(projection_matrix)
export(rotate)
export(straight_decimate)
export(strain.constants)
export(strain_azimuth)
export(strains)
export(stresses)
export(unlinearize)
export(update_file_location)
import(corpcor)
import(lubridate)
import(pborepo)
import(zoo)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,plot.ts)
importFrom(stats,ts)
importFrom(stats,window)
importFrom(utils,data)
importFrom(utils,read.table)
importFrom(utils,str)