.get_severity_interpretation | R Documentation |
This function extracts and interprets the results from a given severity ribbon plot.
.get_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 list containing the interpretation results for each combination of types in the ribbon plot. Each list element contains details about crossing, elevation differences, and slope changes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.