Map of stars in leaflet that is not coloured.
leaf_stars(
data,
pal = pal_viridis_mix(1),
alpha_fill = 0.5,
basemap = "light",
group_id = NULL,
map_id = "map"
)
A stars object. Required input.
Character vector of hex codes.
The opacity of the fill. Defaults to 0.5.
The underlying basemap. Either "light", "dark", "satellite", "street", or "ocean". Defaults to "light". Only applicable where shiny equals FALSE.
The id name for the stars group.
The map id for the leaflet map. Defaults to "map".
A leaflet object.