-
Notifications
You must be signed in to change notification settings - Fork 507
/
NAMESPACE
181 lines (180 loc) · 4.45 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Generated by roxygen2: do not edit by hand
S3method("[",leaflet_awesome_icon_set)
S3method("[",leaflet_icon_set)
S3method(metaData,SharedData)
S3method(metaData,SpatVector)
S3method(metaData,SpatialLinesDataFrame)
S3method(metaData,SpatialPointsDataFrame)
S3method(metaData,SpatialPolygonsDataFrame)
S3method(metaData,data.frame)
S3method(metaData,list)
S3method(metaData,map)
S3method(metaData,sf)
S3method(pointData,POINT)
S3method(pointData,SharedData)
S3method(pointData,SpatVector)
S3method(pointData,SpatialPoints)
S3method(pointData,SpatialPointsDataFrame)
S3method(pointData,data.frame)
S3method(pointData,default)
S3method(pointData,matrix)
S3method(pointData,sf)
S3method(pointData,sfc_GEOMETRY)
S3method(pointData,sfc_POINT)
S3method(polygonData,Line)
S3method(polygonData,Lines)
S3method(polygonData,Polygon)
S3method(polygonData,Polygons)
S3method(polygonData,SharedData)
S3method(polygonData,SpatVector)
S3method(polygonData,SpatialLines)
S3method(polygonData,SpatialLinesDataFrame)
S3method(polygonData,SpatialPolygons)
S3method(polygonData,SpatialPolygonsDataFrame)
S3method(polygonData,default)
S3method(polygonData,map)
S3method(polygonData,matrix)
S3method(polygonData,sf)
S3method(polygonData,sfc)
S3method(polygonData,sfg)
S3method(toPaletteFunc,"function")
S3method(toPaletteFunc,character)
S3method(toPaletteFunc,matrix)
S3method(to_multipolygon,Lines)
S3method(to_multipolygon,MULTILINESTRING)
S3method(to_multipolygon,MULTIPOLYGON)
S3method(to_multipolygon,Polygons)
S3method(to_multipolygon,default)
S3method(to_multipolygon_list,SpatialLines)
S3method(to_multipolygon_list,SpatialPolygons)
S3method(to_multipolygon_list,default)
S3method(to_multipolygon_list,sfc)
S3method(to_polygon,POLYGON)
S3method(to_polygon,default)
S3method(to_ring,LINESTRING)
S3method(to_ring,Line)
S3method(to_ring,Polygon)
S3method(to_ring,default)
export("%>%")
export(JS)
export(WMSTileOptions)
export(addAwesomeMarkers)
export(addCircleMarkers)
export(addCircles)
export(addControl)
export(addEasyButton)
export(addEasyButtonBar)
export(addGeoJSON)
export(addGraticule)
export(addLabelOnlyMarkers)
export(addLayersControl)
export(addLegend)
export(addMapPane)
export(addMarkers)
export(addMeasure)
export(addMiniMap)
export(addPolygons)
export(addPolylines)
export(addPopups)
export(addProviderTiles)
export(addRasterImage)
export(addRasterLegend)
export(addRectangles)
export(addScaleBar)
export(addSimpleGraticule)
export(addTerminator)
export(addTiles)
export(addTopoJSON)
export(addWMSTiles)
export(awesomeIconList)
export(awesomeIcons)
export(clearBounds)
export(clearControls)
export(clearGeoJSON)
export(clearGroup)
export(clearImages)
export(clearMarkerClusters)
export(clearMarkers)
export(clearPopups)
export(clearShapes)
export(clearTiles)
export(clearTopoJSON)
export(colorBin)
export(colorFactor)
export(colorNumeric)
export(colorQuantile)
export(createLeafletMap)
export(derivePoints)
export(derivePolygons)
export(dispatch)
export(easyButton)
export(easyButtonState)
export(evalFormula)
export(expandLimits)
export(expandLimitsBbox)
export(filterNULL)
export(fitBounds)
export(flyTo)
export(flyToBounds)
export(getMapData)
export(gridOptions)
export(groupOptions)
export(hideGroup)
export(highlightOptions)
export(iconList)
export(icons)
export(invokeMethod)
export(labelFormat)
export(labelOptions)
export(layersControlOptions)
export(leaflet)
export(leafletCRS)
export(leafletDependencies)
export(leafletMap)
export(leafletOptions)
export(leafletOutput)
export(leafletProxy)
export(leafletSizingPolicy)
export(makeAwesomeIcon)
export(makeIcon)
export(mapOptions)
export(markerClusterOptions)
export(markerOptions)
export(pathOptions)
export(popupOptions)
export(previewColors)
export(projectRasterForLeaflet)
export(providerTileOptions)
export(providers)
export(providers.details)
export(removeControl)
export(removeGeoJSON)
export(removeImage)
export(removeLayersControl)
export(removeMarker)
export(removeMarkerCluster)
export(removeMarkerFromCluster)
export(removeMeasure)
export(removePopup)
export(removeScaleBar)
export(removeShape)
export(removeTiles)
export(removeTopoJSON)
export(renderLeaflet)
export(safeLabel)
export(scaleBarOptions)
export(setMaxBounds)
export(setView)
export(showGroup)
export(tileOptions)
export(validateCoords)
import(crosstalk)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(htmlwidgets,JS)
importFrom(magrittr,"%>%")
importFrom(methods,substituteDirect)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)