forked from r-spatial/mapview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
74 lines (71 loc) · 1.5 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
66
67
68
69
70
71
72
73
74
# Generated by roxygen2: do not edit by hand
if(getRversion() >= "3.6.0") {
S3method(knitr::knit_print, mapview)
} else {
export(knit_print.mapview)
}
export(addExtent)
export(addFeatures)
export(addHomeButton)
export(addImageQuery)
export(addLogo)
export(addMouseCoordinates)
export(addStarsImage)
export(addStaticLabels)
export(coords2JSON)
export(coords2Lines)
export(coords2Polygons)
export(cubeView)
export(cubeViewOutput)
export(cubeview)
export(garnishMap)
export(latticeView)
export(latticeview)
export(mapViewPalette)
export(mapshot)
export(mapview)
export(mapviewColors)
export(mapviewGetOption)
export(mapviewOptions)
export(mapviewOutput)
export(mapviewPalette)
export(npts)
export(plainView)
export(plainview)
export(popupGraph)
export(popupImage)
export(popupTable)
export(removeHomeButton)
export(removeMouseCoordinates)
export(renderCubeView)
export(renderMapview)
export(slideview)
export(sync)
export(viewExtent)
exportClasses(mapview)
exportMethods(mapView)
exportMethods(slideView)
exportMethods(viewRGB)
import(Rcpp)
import(base64enc)
import(lattice)
import(leaflet)
import(methods)
import(png)
import(raster)
import(satellite)
import(scales)
import(sf)
import(sp)
import(viridisLite)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey.colors)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(utils,find)
importFrom(utils,glob2rx)
importFrom(utils,modifyList)
importFrom(webshot,webshot)
useDynLib(mapview, .registration = TRUE)