-
Notifications
You must be signed in to change notification settings - Fork 30
/
NAMESPACE
74 lines (73 loc) · 2.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
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
S3method(leafem::addLineFeatures,leaflet)
S3method(leafem::addLineFeatures,leaflet_proxy)
S3method(leafem::addLineFeatures,mapdeck)
S3method(leafem::addLineFeatures,mapview)
S3method(leafem::addPointFeatures,leaflet)
S3method(leafem::addPointFeatures,leaflet_proxy)
S3method(leafem::addPointFeatures,mapdeck)
S3method(leafem::addPointFeatures,mapview)
S3method(leafem::addPolygonFeatures,leaflet)
S3method(leafem::addPolygonFeatures,leaflet_proxy)
S3method(leafem::addPolygonFeatures,mapdeck)
S3method(leafem::addPolygonFeatures,mapview)
export(addCOG)
export(addCopyExtent)
export(addExtent)
export(addFeatures)
export(addFgb)
export(addGeoRaster)
export(addGeotiff)
export(addHomeButton)
export(addImageQuery)
export(addLocalFile)
export(addLogo)
export(addMouseCoordinates)
export(addPMPoints)
export(addPMPolygons)
export(addPMPolylines)
export(addRasterRGB)
export(addReactiveFeatures)
export(addStarsImage)
export(addStarsRGB)
export(addStaticLabels)
export(addTileFolder)
export(clip2sfc)
export(colorOptions)
export(extendLayersControl)
export(garnishMap)
export(hideLogo)
export(imagequeryOptions)
export(paintRules)
export(removeHomeButton)
export(removeLogo)
export(removeMouseCoordinates)
export(showLogo)
export(updateLayersControl)
export(updateLogo)
importFrom(base64enc,base64encode)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(leaflet,addRasterImage)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,expandLimits)
importFrom(leaflet,filterNULL)
importFrom(leaflet,getMapData)
importFrom(leaflet,gridOptions)
importFrom(leaflet,invokeMethod)
importFrom(methods,formalArgs)
importFrom(png,writePNG)
importFrom(raster,as.factor)
importFrom(raster,as.matrix)
importFrom(raster,extent)
importFrom(raster,is.factor)
importFrom(raster,ncell)
importFrom(raster,projectExtent)
importFrom(raster,projectRaster)
importFrom(raster,projection)
importFrom(raster,sampleRegular)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_transform)
importFrom(stats,quantile)