create_lits_of_maps: Preprocessing data for scenario summary

View source: R/rgreen_plots.R

create_lits_of_mapsR Documentation

Preprocessing data for scenario summary

Description

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.

Usage

create_lits_of_maps(
  hydroSf,
  long_basin,
  unit,
  legend_position,
  param_list,
  style
)

Arguments

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.

Value

A list with maps


GREENeR documentation built on Feb. 12, 2026, 1:07 a.m.