Creates a visualization of parameter sensitivity showing minimum MAE values across parameter ranges with threshold indicators.
# S3 method for parameter_sensitivity
plot(
x,
width = 3.5,
height = 3.5,
save_plot = FALSE,
output_dir,
y_limit_factor = NULL,
...
)
A ggplot object
A parameter_sensitivity object
Numeric width of output plot in inches (default: 3.5)
Numeric height of output plot in inches (default: 3.5)
Logical. Whether to save plot to file. Default: FALSE
Character. Directory for output files. Required if save_plot
is TRUE.
Numeric. Factor to set the upper y-axis limit as a percentage above the threshold value (e.g., 1.10 for 10% above). Default: NULL (automatic scaling)
Additional arguments passed to plot