-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1019 Bytes
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1019 Bytes
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
# Generated by roxygen2: do not edit by hand
export(calculate_area)
export(calculate_d)
export(calculate_height)
export(calculate_length)
export(calculate_n)
export(create_buffer)
export(create_s3m_grid)
export(create_sp_grid)
export(find_utm_hemisphere)
export(find_utm_zone)
export(get_nearest_point)
export(get_nn)
export(get_tri)
export(get_utm)
export(nearest_point)
export(vary_density)
importFrom(FNN,get.knnx)
importFrom(Imap,gdist)
importFrom(geosphere,distGeo)
importFrom(grDevices,dev.new)
importFrom(graphics,identify)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(raster,extent)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gDelaunayTriangulation)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialPoints)
importFrom(sp,bbox)
importFrom(sp,plot)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(stats,quantile)
importFrom(utils,tail)