setCircleMarkerStyle from https://github.com/rstudio/leaflet/pull/598
Source:R/leaflet_inplace.R
setCircleMarkerStyle.Rd
setCircleMarkerStyle from https://github.com/rstudio/leaflet/pull/598
Usage
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)
)