Skip to contents

Plot Median VRR

Usage

plot_vrr_median(
  lid = "bioretention_cell",
  performances = keys.lid::performances
)

Arguments

lid

tidy name of LID

performances

nested tibble (default: performances)

Value

interactive plot of performance results

Examples

if (FALSE) {
lids <- unique(keys.lid::performances$lid_name_tidy)
sapply(lids, function(lid) print(keys.lid::plot_vrr_median(lid)))
}