R6 class for sensitivity analysis plot settings
Active bindings
totalSensitivityThresholdcut-off used for plots of the most sensitive parameters
maximalParametersPerSensitivityPlotis the maximal number of parameters to display in a sensitivity plot
plotConfigurationPlotConfigurationR6 class object fromtlflibraryxAxisFontSizefor sensitivity plot. This Value will overwrite values defined by plot configuration object
yAxisFontSizefor sensitivity plot. This Value will overwrite values defined by plot configuration object
xLabelfor sensitivity plot. This Value will overwrite values defined by plot configuration object
yLabelfor sensitivity plot. This Value will overwrite values defined by plot configuration object
colorPalettefor sensitivity plot. This Value will overwrite values defined by plot configuration object
maxLinesPerParametermaximum number of lines allowed per displayed parameters
maxWidthPerParametermaximum number of characters allowed per lines of displayed parameters
Methods
Method new()
Create a SensitivityPlotSettings object
Usage
SensitivityPlotSettings$new(
totalSensitivityThreshold = NULL,
variableParameterPaths = NULL,
maximalParametersPerSensitivityPlot = NULL,
plotConfiguration = NULL,
xAxisFontSize = 6,
yAxisFontSize = 6,
maxLinesPerParameter = NULL,
maxWidthPerParameter = NULL,
xLabel = "Sensitivity",
yLabel = NULL,
colorPalette = "Spectral"
)Arguments
totalSensitivityThresholdcut-off used for plots of the most sensitive parameters
variableParameterPathspaths that were varied in the sensitivity analysis. If supplied totalSensitivityThreshold = 1, else 0.9.
maximalParametersPerSensitivityPlotmaximalParametersPerSensitivityPlot is the maximal number of parameters to display in a sensitivity plot
plotConfigurationPlotConfigurationobject fromtlflibraryxAxisFontSizeFont size of x-axis labels for sensitivity plot
yAxisFontSizeFont size of y-axis labels for sensitivity plot
maxLinesPerParametermaxLinesPerParameter maximum number of lines allowed per displayed parameters
maxWidthPerParametermaximum number of characters allowed per lines of displayed parameters
xLabelLabel of x-axis for sensitivity plot
yLabelLabel of y-axis for sensitivity plot
colorPaletteName of a color palette to be used by
ggplot2::scale_fill_brewer()for sensitivity plot