forked from rstudio/leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
97 lines (96 loc) · 2.12 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
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method("[",leaflet_awesome_icon_set)
S3method("[",leaflet_icon_set)
S3method(pointData,SpatialPoints)
S3method(pointData,SpatialPointsDataFrame)
S3method(pointData,data.frame)
S3method(pointData,default)
S3method(pointData,matrix)
export("%>%")
export(JS)
export(WMSTileOptions)
export(addAwesomeMarkers)
export(addCircleMarkers)
export(addCircles)
export(addControl)
export(addGeoJSON)
export(addLayersControl)
export(addLegend)
export(addMagnifyingGlass)
export(addMarkers)
export(addMeasure)
export(addMiniMap)
export(addPolygons)
export(addPolylines)
export(addPopups)
export(addProviderTiles)
export(addRasterImage)
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(dispatch)
export(fitBounds)
export(hideGroup)
export(iconList)
export(icons)
export(invokeMethod)
export(labelFormat)
export(labelOptions)
export(layersControlOptions)
export(leaflet)
export(leafletMap)
export(leafletOutput)
export(leafletProxy)
export(makeAwesomeIcon)
export(makeIcon)
export(mapOptions)
export(markerClusterOptions)
export(markerOptions)
export(pathOptions)
export(popupOptions)
export(previewColors)
export(projectRasterForLeaflet)
export(providerTileOptions)
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(scaleBarOptions)
export(setMaxBounds)
export(setView)
export(showGroup)
export(tileOptions)
importFrom(htmlwidgets,JS)
importFrom(magrittr,"%>%")