| create_lits_of_maps | R Documentation |
This function iterates through a list of parameters to generate multiple thematic maps based on a shared spatial dataset. It automates the styling, scaling, and labeling for each map to ensure consistency across a series.
create_lits_of_maps(
hydroSf,
long_basin,
unit,
legend_position,
param_list,
style
)
hydroSf |
data frame. |
long_basin |
numeric. The longitude of the basin. |
unit |
character. The unit of the data. |
legend_position |
numeric. It indicates de position of the legend of the plot. (Default: 1) |
param_list |
list. A list with the maps to plot. |
style |
character. The style of the plot. |
A list with maps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.