plot_model_out_vs_targets: Plot Targets

Description Usage Arguments Value

View source: R/04_validation_functions.R

Description

plot_model_out_vs_targets plots model outputs vs targets.

Usage

1
2
3
4
5
6
plot_model_out_vs_targets(
  df_all_targets,
  df_model_out,
  print_plot = TRUE,
  return_plot = TRUE
)

Arguments

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.

Value

A ggplot2 object.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.