dot-write_severity_interpretation: .write_severity_interpretation

.write_severity_interpretationR Documentation

.write_severity_interpretation

Description

This function generates the interpretation of the results obtained from a severity ribbon plot.

Usage

.write_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 character vector containing the interpretation paragraphs for each combination of types in the ribbon plot.


valueSetCompare documentation built on June 22, 2024, 6:57 p.m.