-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export(checkLL)
export(degree)
export(earthDist)
export(equidistPoints)
export(mapComp)
export(maxEarthDist)
export(pll)
export(pmap)
export(pointsMap)
export(posm)
export(projectPoints)
export(putm)
export(randomPoints)
export(scaleBar)
export(triangleArea)
importFrom(OpenStreetMap,openmap)
importFrom(OpenStreetMap,openproj)
importFrom(OpenStreetMap,osm)
importFrom(OpenStreetMap,projectMercator)
importFrom(berryFunctions,almost.equal)
importFrom(berryFunctions,approx2)
importFrom(berryFunctions,distance)
importFrom(berryFunctions,getColumn)
importFrom(berryFunctions,l2df)
importFrom(berryFunctions,newFilename)
importFrom(berryFunctions,owa)
importFrom(berryFunctions,textField)
importFrom(berryFunctions,traceCall)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,title)
importFrom(pbapply,pblapply)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(utils,flush.console)
importFrom(utils,tail)