| plotQUALYPSOTotalVarianceDecomposition {QUALYPSO} | R 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  | 
| 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  | 
Author(s)
Guillaume Evin
[Package QUALYPSO version 2.3 Index]