.write_severity_interpretation {valueSetCompare} | R Documentation |
This function generates the interpretation of the results obtained from a severity ribbon plot.
.write_severity_interpretation(
ribbon_plot,
quartiles = c(0, 0.25, 0.5, 0.75, 1),
elevation_threshold = 0.05,
slope_threshold = 0.02
)
ribbon_plot |
A severity ribbon plot to be interpreted. |
quartiles |
A numeric vector specifying the quartiles for interpretation. Default is c(0, 0.25, 0.5, 0.75, 1). |
elevation_threshold |
A numeric value specifying the threshold for elevation differences. Default is 0.05. |
slope_threshold |
A numeric value specifying the threshold for slope differences. Default is 0.02. |
A character vector containing the interpretation paragraphs for each combination of types in the ribbon plot.