plotQUALYPSOTotalVarianceByScenario {QUALYPSO}R Documentation

plotQUALYPSOTotalVarianceByScenario

Description

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

Usage

plotQUALYPSOTotalVarianceByScenario(
  QUALYPSOOUT,
  nameEff,
  nameScenario,
  col = NULL,
  ylim = NULL,
  xlab = "",
  ylab = "Change variable",
  addLegend = TRUE,
  ...
)

Arguments

QUALYPSOOUT

output from QUALYPSO

nameEff

name of the main effect to be plotted in QUALYPSOOUT$namesEff

nameScenario

name of the scenario to be plotted (as provided in scenAvail)

col

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

ylim

y-axis limits

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


[Package QUALYPSO version 2.3 Index]