Create a {ggplot2} plot showing how an outcome varies over the range of a parameter
show_parameter_range.RdCreate a {ggplot2} plot showing how an outcome varies over the range of a parameter
Usage
show_parameter_range(
x,
parameter_x = x$parameterIds[1],
parameter_line = x$parameterIds[2],
parameter_rows = NULL,
parameter_cols = NULL,
outcome = x$outcomeId,
ceteris = NULL
)