.get_severity_interpretation {valueSetCompare} | R Documentation |
.get_severity_interpretation
Description
This function extracts and interprets the results from a given severity ribbon plot.
Usage
.get_severity_interpretation(
ribbon_plot,
quartiles = c(0, 0.25, 0.5, 0.75, 1),
elevation_threshold = 0.05,
slope_threshold = 0.02
)
Arguments
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. |
Value
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.
[Package valueSetCompare version 1.0.0 Index]