-
Notifications
You must be signed in to change notification settings - Fork 90
/
NAMESPACE
51 lines (48 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
if(getRversion() >= "3.6.0") {
S3method(knitr::knit_print, mapview)
} else {
export(knit_print.mapview)
}
export(mapViewPalette)
export(mapshot)
export(mapshot2)
export(mapview)
export(mapviewColors)
export(mapviewGetOption)
export(mapviewOptions)
export(mapviewOutput)
export(mapviewPalette)
export(mapviewWatcher)
export(npts)
export(removeMapJunk)
export(renderMapview)
export(startWatching)
export(stopWatching)
export(viewExtent)
export(viewRGB)
exportClasses(mapview)
exportMethods(mapView)
import(base64enc)
import(lattice)
import(leaflet)
import(methods)
import(png)
import(raster)
import(satellite)
import(scales)
import(sf)
import(sp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey.colors)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(leafem,addRasterRGB)
importFrom(raster,projection)
importFrom(sf,st_crs)
importFrom(stats,na.omit)
importFrom(utils,find)
importFrom(utils,glob2rx)
importFrom(utils,modifyList)