lhc_polarplot: Creates a polar plot for each response, showing PRCC for each...

Description Usage Arguments

Description

Added in Spartan 3.0. Provides a means of plotting the partial rank correlation coefficients as a polar plot, to ease comparison of these values.

Usage

1
2
lhc_polarplot(FILEPATH, PARAMETERS, MEASURES, CORCOEFFSOUTPUTFILE,
  TIMEPOINTS = NULL, TIMEPOINTSCALE = NULL)

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

CORCOEFFSOUTPUTFILE

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

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"


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