forked from r-spatial/leafem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(addCopyExtent)
export(addExtent)
export(addFeatures)
export(addFgb)
export(addHomeButton)
export(addImageQuery)
export(addLocalFile)
export(addLogo)
export(addMouseCoordinates)
export(addRasterRGB)
export(addStarsImage)
export(addStarsRGB)
export(addStaticLabels)
export(addTileFolder)
export(clip2sfc)
export(garnishMap)
export(removeHomeButton)
export(removeMouseCoordinates)
export(updateLayersControl)
importFrom(base64enc,base64encode)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(leaflet,addRasterImage)
importFrom(leaflet,colorNumeric)
importFrom(leaflet,expandLimits)
importFrom(leaflet,getMapData)
importFrom(leaflet,invokeMethod)
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(scales,rescale)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(stats,quantile)