plot_pareto: Plot results of HRU analysis

Description Usage Arguments Value Examples

View source: R/plot_pareto.R

Description

Plot results of HRU analysis

Usage

1
2
plot_pareto(eval_hru, area_thrs = NULL, hru_thrs = NULL,
  interactive = TRUE)

Arguments

eval_hru

list structure that is the result of the function evaluate_hru()

area_thrs

adds a horizontal separation in the visualization at respective threshold value

hru_thrs

adds a vertical separation in the visualization at respective threshold value

interactive

Logic: TRUE: Output will be an interactive plotly object helpful in selecting adequate threshold combinations, or FALSE for a static ggplot object useful for publication reasons.

Value

Returns an interactive or a static plot object of the aREA measure over the resulting number of HRUs of HRUs for the respective threshold combinations.

Examples

1
2
3
hru_eval <- evaluate_hru(hru_demo)
plot_pareto(hru_eval, area_thrs = 0.2, interactive = TRUE)
plot_pareto(hru_eval, hru_thrs = 1500, interactive = FALSE)

michstrauch/TopHRU documentation built on May 22, 2019, 9:56 p.m.