produce_accuracy_plots_all_measures: Internal function used to create accuracy plots of the...

Description Usage Arguments

View source: R/emulation_plotting.R

Description

Outputs plot to PDF in the current working directory

Usage

1
2
produce_accuracy_plots_all_measures(technique, measures, model_predictions,
  observed_data, output_format = c("pdf"), timepoint = NULL)

Arguments

technique

The machine learning technique used to develop the emulator

measures

All simulation output responses to plot

model_predictions

Predicted dataset

observed_data

Observed dataset (testing or validation)

output_format

File formats in which graphs should be produced

timepoint

If using multiple timepoints, the timepoint for which the emulator has been created


spartan documentation built on May 2, 2019, 9:39 a.m.