-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
172 lines (171 loc) · 3.79 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# Generated by roxygen2: do not edit by hand
export(Fault)
export(Line)
export(MohrCircle_calc)
export(MohrCircle_plot)
export(PR_stress)
export(Pair)
export(Plane)
export(Rphi)
export(SH)
export(VollmerPlot)
export(WoodcockPlot)
export(acoscartesian_to_cartesian)
export(as.fault)
export(as.line)
export(as.pair)
export(as.plane)
export(assign_col)
export(assign_col_binned)
export(assign_col_d)
export(best_fit_plane)
export(bingham_statistics)
export(cartesian_to_acosvec)
export(center)
export(compact_grid)
export(correct_pair)
export(dd2rhr)
export(defgrad_from_axisangle)
export(defgrad_from_comp)
export(defgrad_from_pair)
export(defgrad_from_ratio)
export(defgrad_from_vectors)
export(defgrad_from_velgrad)
export(drillcore_orientation)
export(dvmf)
export(estimate_k)
export(fabric_indexes)
export(fault_analysis)
export(fault_from_rake)
export(fault_rake)
export(fisher_ftest)
export(fisher_statistics)
export(geom_contour_stereo)
export(geom_contourf_stereo)
export(gg)
export(ggMohr)
export(ggframe)
export(ggl)
export(ggstereo)
export(inertia_tensor)
export(is.fault)
export(is.line)
export(is.pair)
export(is.plane)
export(is.spherical)
export(kent.mle)
export(legend_c)
export(legend_d)
export(line2vec)
export(or_eigen)
export(or_shape_params)
export(ortensor)
export(parse_quadrant_measurement)
export(plane2vec)
export(principal_strain)
export(principal_stretch)
export(read_strabo_JSON)
export(read_strabo_mobile)
export(read_strabo_xls)
export(rfb)
export(rhr2dd)
export(rkent)
export(rvmf)
export(sigma13)
export(sigmaTrans)
export(spatial_interpolation)
export(split_trailing_letters)
export(stereo_coords)
export(stereo_fault)
export(stereo_greatcircle)
export(stereo_point)
export(stereo_smallcircle)
export(stereoplot)
export(tauMax)
export(to_spherical)
export(to_vec)
export(v_confidence_angle)
export(v_delta)
export(v_mean)
export(v_orthogonalize)
export(v_rdegree)
export(v_sde)
export(v_unif)
export(v_var)
export(vangle)
export(vcross)
export(vdot)
export(vec2line)
export(vec2plane)
export(velgrad_from_defgrad)
export(velgrad_rate)
export(velgrad_spin)
export(vlength)
export(vmf.mle)
export(vnorm)
export(vproject)
export(vreject)
export(vresultant)
export(vrotate)
export(vslerp)
export(vsum)
export(vtransform)
import(dplyr)
import(ggplot2)
import(viridis)
importFrom(Directional,euclid)
importFrom(Directional,kent.mle)
importFrom(Directional,rfb)
importFrom(Directional,rkent)
importFrom(Directional,vmf.kerncontour)
importFrom(Directional,vmf.mle)
importFrom(Directional,vmfkde.tune)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,near)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(expm,expm)
importFrom(expm,logm)
importFrom(ggforce,geom_circle)
importFrom(grDevices,colorRamp)
importFrom(grDevices,gray)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lubridate,as_datetime)
importFrom(plyr,rbind.fill)
importFrom(readxl,read_xlsx)
importFrom(rjson,fromJSON)
importFrom(rlang,check_installed)
importFrom(rotasym,d_vMF)
importFrom(rotasym,r_unif_sphere)
importFrom(rotasym,r_vMF)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_is)
importFrom(sf,st_make_grid)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(stats,qf)
importFrom(tectonicr,deg2rad)
importFrom(tectonicr,dist_greatcircle)
importFrom(tectonicr,rad2deg)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,starts_with)