summary_sc: Summary of indicator performance scores
Description
Summarizes the scoring output tibble so that IND-specific scores for each
criterion as well as the pressure-specific sub-criteria scores (in crit.
9 and 10) can be easily compared and used for further score-based IND
performance functions.
The (un)modified criterion-scoring template
crit_scores_tmpl; required to calculate the scores in
percentage. Has to be the same than used in scoring. Default
is the unmodified template crit_scores_tmpl.
Value
The function returns a list of 3 data frames
overview
IND-specific scores and percentages from
max. score for all criteria (crit 9 and 10 averaged across
all sign. pressures and the number of significant pressures).
subcriteria_per_press
IND- and pressure-specific scores for
all (sub-)criteria and the percentages from max. criterion score.
# NOT RUN {# Using the Baltic Sea demo data in this packagescores_tbl <- scoring(trend_tbl = model_trend_ex, mod_tbl = all_results_ex,
press_type = press_type_ex)
summary_sc(scores_tbl)
# }