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

Description Usage Arguments

Description

Outputs plot to PDF in the current working directory

Usage

1
2
3
plot_compare_sim_observed_to_model_prediction(observed, predicted,
  technique, measure, mse, graph_file_name, timepoint = NULL,
  output_format)

Arguments

observed

Observed dataset (testing or validation)

predicted

Predicted dataset

technique

The machine learning technique used to develop the emulator

measure

The simulation output response being plotted

mse

Mean Squared Error between predicted and observed

graph_file_name

Name to give the produced PDF plot

timepoint

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

output_format

File format in which this graph is being produced


kalden/spartan documentation built on May 31, 2019, 11:52 p.m.