-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(MESS3D)
export(areColors)
export(blendColor)
export(bottomRaster)
export(centerPointRasterTemplate)
export(columnParse)
export(diversityStack)
export(downsample)
export(interpolateRaster)
export(mSampling2D)
export(mSampling3D)
export(marineBackground)
export(oneRasterPlot)
export(plotLayers)
export(pointCompMap)
export(pointMap)
export(rasterComp)
export(smoothRaster)
export(testIntersection)
export(transectPlot)
export(transpColor)
export(verticalSample)
export(xyzSample)
import(ggplot2)
import(sf)
import(terra)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(fields,Tps)
importFrom(fields,fastTps)
importFrom(ggplot2,ggplot)
importFrom(ggtext,element_markdown)
importFrom(grDevices,col2rgb)
importFrom(grDevices,recordPlot)
importFrom(grDevices,rgb)
importFrom(graphics,legend)
importFrom(metR,scale_x_latitude)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,is)
importFrom(modEvA,MESS)
importFrom(rangeBuilder,getDynamicAlphaHull)
importFrom(stats,complete.cases)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(viridisLite,viridis)