SensitivityPlotSettings | R Documentation |
R6 class for sensitivity analysis plot settings
totalSensitivityThreshold
cut-off used for plots of the most sensitive parameters
maximalParametersPerSensitivityPlot
is the maximal number of parameters to display in a sensitivity plot
plotConfiguration
PlotConfiguration
R6 class object from tlf
library
xAxisFontSize
for sensitivity plot. This Value will overwrite values defined by plot configuration object
yAxisFontSize
for sensitivity plot. This Value will overwrite values defined by plot configuration object
xLabel
for sensitivity plot. This Value will overwrite values defined by plot configuration object
yLabel
for sensitivity plot. This Value will overwrite values defined by plot configuration object
colorPalette
for sensitivity plot. This Value will overwrite values defined by plot configuration object
maxLinesPerParameter
maximum number of lines allowed per displayed parameters
maxWidthPerParameter
maximum number of characters allowed per lines of displayed parameters
new()
Create a SensitivityPlotSettings
object
SensitivityPlotSettings$new( totalSensitivityThreshold = NULL, variableParameterPaths = NULL, maximalParametersPerSensitivityPlot = NULL, plotConfiguration = NULL, xAxisFontSize = 6, yAxisFontSize = 6, maxLinesPerParameter = NULL, maxWidthPerParameter = NULL, xLabel = "Sensitivity", yLabel = NULL, colorPalette = "Spectral" )
totalSensitivityThreshold
cut-off used for plots of the most sensitive parameters
variableParameterPaths
paths that were varied in the sensitivity analysis. If supplied totalSensitivityThreshold = 1, else 0.9.
maximalParametersPerSensitivityPlot
maximalParametersPerSensitivityPlot is the maximal number of parameters to display in a sensitivity plot
plotConfiguration
PlotConfiguration
object from tlf
library
xAxisFontSize
Font size of x-axis labels for sensitivity plot
yAxisFontSize
Font size of y-axis labels for sensitivity plot
maxLinesPerParameter
maxLinesPerParameter maximum number of lines allowed per displayed parameters
maxWidthPerParameter
maximum number of characters allowed per lines of displayed parameters
xLabel
Label of x-axis for sensitivity plot
yLabel
Label of y-axis for sensitivity plot
colorPalette
Name of a color palette to be used by ggplot2::scale_fill_brewer()
for sensitivity plot
A new SensitivityPlotSettings
object
clone()
The objects of this class are cloneable with this method.
SensitivityPlotSettings$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.