get_stump_colour_for_legend.RdThis function is internal and is used to compute the color of a stump for the purpose of legend display, based on the mean value relative to specified limits.
get_stump_colour_for_legend(lims, mean_value, palette)
    | lims | A numeric vector of length 2 specifying the limits within which the mean value falls. | 
|---|---|
| mean_value | The mean value for which the color needs to be determined. | 
| palette | A character vector of colors representing the palette from which the color is selected. | 
A character string specifying the color corresponding to the mean value.