View source: R/leaflet_inplace.R
setCircleMarkerStyle | R Documentation |
setCircleMarkerStyle from https://github.com/rstudio/leaflet/pull/598
setCircleMarkerStyle(
map,
layerId,
radius = NULL,
stroke = NULL,
color = NULL,
weight = NULL,
opacity = NULL,
fill = NULL,
fillColor = NULL,
fillOpacity = NULL,
dashArray = NULL,
options = NULL,
data = leaflet::getMapData(map)
)
map |
Leaflet map object |
layerId |
Layer id |
radius |
Cicle radius |
stroke |
Stoke |
color |
Stroke color |
weight |
Stroke weight (width) |
opacity |
Stroke opacity |
fill |
Circle fill |
fillColor |
Circle fill color |
fillOpacity |
Circle fill opacity |
dashArray |
NULL |
options |
Leaflet options |
data |
Leaflet map data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.