Hide groups of layers without removing them from the map entirely. Groups are
created using the group parameter that is included on most layer
adding functions.
showGroup(map, group) hideGroup(map, group)
| map | the map to modify |
|---|---|
| group | character vector of one or more group names to show or hide |
addLayersControl to allow users to show/hide layer
groups interactively