Produces a graph for each parameter, and each output measure, showing the simulation output achieved when that parameter was assigned that value. Eases identification of any non-linear effects.
lhc_graphMeasuresForParameterChange(FILEPATH, PARAMETERS, MEASURES,
MEASURE_SCALE, CORCOEFFSOUTPUTFILE, LHCSUMMARYFILENAME,
OUTPUT_TYPE = c("PDF"), TIMEPOINTS = NULL, TIMEPOINTSCALE = NULL,
GRAPHTIME = NULL, check_done = FALSE,
corcoeffs_output_object = NULL, lhc_summary_object = NULL)
Directory where the simulation runs of single CSV file can be found
Array containing the names of the parameters of which parameter samples will be generated
Array containing the names of the output measures which are used to analyse the simulation
Scale in which each of the output responses is measured. Used to label plots
File produced by spartan containing the Partial Rank Correlation Coefficients for each parameter/measure pairing
Name of the LHC Summary file to be generated. Contains each parameter set alongside the result gained when the simulation was run under that criteria.
Type of graph to plot. Can be PDF, PNG, TIFF, BMP, etc, all formats supported by ggplot2
Implemented so this method can be used when analysing multiple simulation timepoints. If only analysing one timepoint, this should be set to NULL. If not, this should be an array of timepoints, e.g. c(12,36,48,60)
Implemented so this method can be used when analysing multiple simulation timepoints. Sets the scale of the timepoints being analysed, e.g. "Hours"
The timepoint being processed, if any. NULL if not.
For multiple timepoints, whether input has been checked
Correlation coefficients can be input as an R object as well as CSV file. In this case, CORCOEFFSOUTPUTFILE will be NULL
If not specified in a CSV file, results can be specified in an R object. In this case LHCSUMMARYFILENAME will be NULL