plotQUALYPSOTotalVarianceDecomposition: plotQUALYPSOTotalVarianceDecomposition

View source: R/QUALYPSO.r

plotQUALYPSOTotalVarianceDecompositionR Documentation

plotQUALYPSOTotalVarianceDecomposition

Description

Plot fraction of total variance explained by each source of uncertainty.

Usage

plotQUALYPSOTotalVarianceDecomposition(
  QUALYPSOOUT,
  vecEff = NULL,
  col = c("orange", "yellow", "cadetblue1", "blue1", "darkgreen", "darkgoldenrod4",
    "darkorchid1"),
  xlab = "",
  ylab = "% Total Variance",
  addLegend = TRUE,
  ...
)

Arguments

QUALYPSOOUT

output from QUALYPSO

vecEff

vector of indices corresponding to the main effects (NULL by default), so that the order of appearance in the plot can be modified

col

colors for each source of uncertainty, the first two colors corresponding to internal variability and residual variability, respectively

xlab

x-axis label

ylab

y-axis label

addLegend

if TRUE, a legend is added

...

additional arguments to be passed to plot

Author(s)

Guillaume Evin


QUALYPSO documentation built on Oct. 24, 2023, 9:07 a.m.