Generates a map of RAWS stations given station metadata. This
station metadata can be generated by wrcc_createMeta()
or cefa_createMeta()
. Parameters
such as radius
, stroke
, color
, opacity
, fillColor
fillOpacity
, and weight
can be passed in to adjust features of
the map.
meta_leaflet(
meta = NULL,
radius = 3.5,
stroke = TRUE,
color = "blue",
opacity = 0.5,
fillColor = "blue",
fillOpacity = 0.5,
weight = 1
)
Station metadata created by wrcc_createMeta()
or cefa_createMeta()
.
Circle radius.
Logical specifying whether to draw stroke along the path.
Stroke color.
Stroke opacity.
Fill color.
Fill opacity.
Stroke width in pixels.
Leaflet map of stations.