plotQUALYPSOSSTotalVarianceDecomposition: plotQUALYPSOSSTotalVarianceDecomposition

View source: R/QUALYPSOSS.r

plotQUALYPSOSSTotalVarianceDecompositionR Documentation

plotQUALYPSOSSTotalVarianceDecomposition

Description

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

Usage

plotQUALYPSOSSTotalVarianceDecomposition(
  QUALYPSOSSOUT,
  col = c("orange", "yellow", "cadetblue1", "blue1", "darkgreen", "darkgoldenrod4",
    "darkorchid1"),
  xlab = "Continuous predictor",
  ylab = "% Total Variance",
  addLegend = TRUE,
  ...
)

Arguments

QUALYPSOSSOUT

output from QUALYPSOSS

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


qualypsoss documentation built on Aug. 31, 2022, 5:09 p.m.