Calculate key quantities
calc_kqs(
returned_kq,
prepared_data = NULL,
dat = NULL,
final = NULL,
relative = NULL,
...
)String. Key quantity to be returned.
Data frame. The prepared_data object.
Data frame. The original data object.
ggplot2 object. The final figure.
Logical. TRUE/FALSE; specify whether to set y-axis values relative to the ref_line value.
Additional arguments to be passed to the function.
The value of the specified key quantity.
if (FALSE) { # \dontrun{
calc_kqs(
returned_kq = "F.min",
dat = dat
)
} # }