-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
83 lines (82 loc) · 2.16 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
# Generated by roxygen2: do not edit by hand
export(approximation_euler)
export(as_quaternion)
export(euler_cart2geo)
export(euler_concatenation)
export(euler_geo2cart)
export(euler_matrix)
export(from_euler)
export(inverse_euler)
export(load_plate_motions)
export(matrix_2_angles)
export(normalize_vector)
export(plate_rotation)
export(pole_migration)
export(pole_migration_stats)
export(quick_analysis)
export(relative_euler_greiner)
export(relative_euler_lepichon)
export(relative_euler_py2_schaeben)
export(relative_euler_py_schaeben)
export(relative_euler_schaeben)
export(relative_euler_schaeben2)
export(relative_euler_schaeben3)
export(relative_rotation)
export(rotate_vector)
export(rotation_angle)
export(rotation_axis)
export(rotation_matrix)
export(sf_to_vector)
export(to_euler)
export(vector_norm)
export(vector_to_sf)
import(ggplot2)
import(gt)
import(onion)
import(sf)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,theme_void)
importFrom(gt,cols_label)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,html)
importFrom(gt,tab_header)
importFrom(gt,tab_source_note)
importFrom(gt,tab_spanner)
importFrom(magrittr,"%>%")
importFrom(reticulate,import)
importFrom(reticulate,py_to_r)
importFrom(reticulate,r_to_py)
importFrom(reticulate,source_python)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_wrap_dateline)
importFrom(tectonicr,angle_vectors)
importFrom(tectonicr,cartesian_to_geographical)
importFrom(tectonicr,deviation_norm)
importFrom(tectonicr,equivalent_rotation)
importFrom(tectonicr,euler_pole)
importFrom(tectonicr,geographical_to_cartesian)
importFrom(tectonicr,vcross)
importFrom(utils,data)