Controls the layer groups in interactive maps (view mode): the layer control box (radio buttons or check boxes) and at which zoom levels the layers are displayed at.
Arguments
- name
group name that corresponds with the group name specified in the layer functions (e.g.
tm_polygons())- control
The group control determines how layer groups can be switched on and off. Options:
"radio"for radio buttons (meaning only one group can be shown),"check"for check boxes (so multiple groups can be shown), and"none"for no control (the group cannot be (de)selected).- zoom_levels
The zoom levels at which the group is displays at. When specified
controlwill be set to"none".
