-
Notifications
You must be signed in to change notification settings - Fork 32
/
NAMESPACE
41 lines (40 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(makeColorMatrix,Date)
S3method(makeColorMatrix,POSIXct)
S3method(makeColorMatrix,POSIXlt)
S3method(makeColorMatrix,character)
S3method(makeColorMatrix,data.frame)
S3method(makeColorMatrix,factor)
S3method(makeColorMatrix,formula)
S3method(makeColorMatrix,integer)
S3method(makeColorMatrix,json)
S3method(makeColorMatrix,list)
S3method(makeColorMatrix,matrix)
S3method(makeColorMatrix,numeric)
S3method(makePopup,Spatial)
S3method(makePopup,character)
S3method(makePopup,data.frame)
S3method(makePopup,default)
S3method(makePopup,formula)
S3method(makePopup,json)
S3method(makePopup,list)
S3method(makePopup,logical)
S3method(makePopup,matrix)
S3method(makePopup,sf)
S3method(makePopup,shiny.tag)
export(addGlPoints)
export(addGlPolygons)
export(addGlPolylines)
export(clearGlLayers)
export(leafglOutput)
export(makeColorMatrix)
export(makePopup)
export(removeGlPoints)
export(removeGlPolygons)
export(removeGlPolylines)
export(renderLeafgl)
importFrom(htmltools,htmlDependencies)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)