Skip to contents

Boxplot Volume Rainfall Retended per Year

Usage

boxplot_vrr(
  lid = "bioretention_cell",
  zone_id = 1,
  performances = keys.lid::performances
)

Arguments

lid

tidy name of LID (default: "bioretention_cell")

zone_id

climate zone id to plot (default: 1)

performances

nested tibble (default: performances)

Value

interactive plot of performance results

Examples

if (FALSE) {
boxplot_vrr(lid = "bioretention_cell", zone_id = 1)
}