PlotEnsembles: Compare 2 distributions percentiles over time.

Description Usage Arguments Value Examples

Description

Compare 2 distributions percentiles over time.

Usage

1
2
PlotEnsembles(bounds, dischargeTable, lowerP = 5, upperP = 95,
  label1 = "T limits", label2 = "T' percentiles", type = "B")

Arguments

bounds

This is a data.frame structured into the following columns: "Dates" containing timestamps, "Qobs" containing observed streamflow discharge, "lQ" lower percentile of the set of realisations, "uQ" upper percentile of the set of realisations.

dischargeTable

This is a numerical matrix structured into R number of rows and C number of columns. R corresponds to the number of realisations and C corresponds to the number of timesteps.

lowerP

lower percentile to visualise in red (default = 5)

upperP

upper percentile to visualise in red (default = 95)

label1

label for the x-axis.

label2

label for the y-axis.

type

If "B" means the reference is min-max. If "P" it means the reference is lower-upper percentile.

Value

A plot comparing ensemble distributions.

Examples

1
# PlotEnsembles(bounds, dischargeTable)

cvitolo/amca documentation built on May 28, 2019, 7:49 p.m.