Description Usage Arguments Value
View source: R/04_validation_functions.R
plot_model_out_vs_targets
plots model outputs vs targets.
1 2 3 4 5 6 | plot_model_out_vs_targets(
df_all_targets,
df_model_out,
print_plot = TRUE,
return_plot = TRUE
)
|
print_plot |
Flag (default is TRUE) of whether the plot should be printed in screen. |
return_plot |
Flag (default is TRUE) of whether the plot should be returned. |
l_model_out |
List with decision model outputs. |
l_targets |
List calibration targets. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.