forked from r-spatial/mapview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
63 lines (62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
export(addExtent)
export(addHomeButton)
export(addLargeFeatures)
export(addLogo)
export(addMouseCoordinates)
export(coords2JSON)
export(coords2Lines)
export(coords2Polygons)
export(cubeView)
export(cubeViewOutput)
export(cubeview)
export(garnishMap)
export(knit_print.mapview)
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(renderCubeView)
export(renderMapview)
export(slideview)
export(sync)
export(viewExtent)
exportClasses(mapview)
exportMethods(mapView)
exportMethods(slideView)
exportMethods(viewRGB)
import(Rcpp)
import(base64enc)
import(gdalUtils)
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,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(utils,find)
importFrom(utils,glob2rx)
importFrom(webshot,webshot)
useDynLib(mapview, .registration = TRUE)