Skip to contents

This function returns a list of parameters representing different map layer groups.

Usage

params_map_group()

Value

A list of parameters including names for groups such as "BASSIN," "REGION," "SELECT_REGION," "METRIC," "AXIS," "LEGEND," and "ROE".

Examples

# all group available
map_group_params <- params_map_group()
# get specific group name
map_metric_group <- params_map_group()$metric
map_selected_region_group <- params_map_group()$select_region