-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(line_ends)
export(point_distance)
export(profile_azimuth)
export(profile_coords)
export(profile_length)
export(profile_line)
export(profile_points)
export(swath_profile)
export(swath_stats)
importFrom(dplyr,as_tibble)
importFrom(dplyr,c_across)
importFrom(dplyr,everything)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_combine)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is_longlat)
importFrom(sf,st_length)
importFrom(sf,st_linestring)
importFrom(sf,st_point)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tectonicr,deg2rad)
importFrom(tectonicr,dist_greatcircle)
importFrom(tectonicr,get_azimuth)
importFrom(tectonicr,rad2deg)
importFrom(terra,as.lines)
importFrom(terra,crs)
importFrom(terra,extend)
importFrom(terra,extract)
importFrom(terra,project)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,xmin)
importFrom(terra,ymin)
importFrom(units,drop_units)
importFrom(units,set_units)