-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
export(approximation_euler)
export(as_quaternion)
export(euler_concatenation)
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,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggnewscale,new_scale_color)
importFrom(ggthemes,scale_color_colorblind)
importFrom(ggthemes,scale_fill_colorblind)
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_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,eulerpole_smallcircles)
importFrom(tectonicr,geographical_to_cartesian)
importFrom(tectonicr,vcross)