lhc_netlogo_graphMeasuresForParameterChange: Deprecated. Use 'lhc_graphMeasuresForParameterChange' instead

Description Usage Arguments

View source: R/lhc_plotting.R

Description

Deprecated. Use lhc_graphMeasuresForParameterChange instead

Usage

1
2
3
lhc_netlogo_graphMeasuresForParameterChange(FILEPATH, PARAMETERS, MEASURES,
  MEASURE_SCALE, CORCOEFFSOUTPUTFILE, LHCSUMMARYFILENAME, TIMEPOINTS,
  TIMEPOINTSCALE)

Arguments

FILEPATH

Directory where the simulation runs of single CSV file can be found

PARAMETERS

Array containing the names of the parameters of which parameter samples will be generated

MEASURES

Array containing the names of the output measures which are used to analyse the simulation

MEASURE_SCALE

Scale in which each of the output responses is measured. Used to label plots

CORCOEFFSOUTPUTFILE

File produced by spartan containing the Partial Rank Correlation Coefficients for each parameter/measure pairing

LHCSUMMARYFILENAME

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.

TIMEPOINTS

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)

TIMEPOINTSCALE

Implemented so this method can be used when analysing multiple simulation timepoints. Sets the scale of the timepoints being analysed, e.g. "Hours"


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