spellBoxPlot: spellBoxPlot

Description Usage Arguments Value Examples

Description

It makes Box plot for dry or wet spells

Usage

1
2
3
4
5
spellBoxPlot(x = dw.spell.dry.mes, y = dw.spell.dry.gen,
  use.dw.spell = FALSE, field = "spell_length", station = c("T0010",
  "T0090", "T0129"), type = c("P03GPCA", "RMRAINGEN", "generated"),
  title = "Dry Spell Duration", extract = "dry", observationIndex = "obs",
  xlab = "type", ylab = "dry spell [day]", season = TRUE, ...)

Arguments

x

observed time series

y

generated time series

use.dw.spell

logical value. If TRUE it uses internally dw.spell

extract

see dw.spell

field

field to be represented

station

stations to be represented in the grid columns

type

model type represented on the x following observations

title,xlab,ylab

title, labels for the x and y axes

observationIndex

chacter string used for respresentation of observations or measurements.

season

logical value. If TRUE the boxplot is represeted seasonally.

...

further arguments for dw.spell

Value

the boxplot of dry or wet spells (Experimental).

Examples

1
2
3
4
##
## source('~/Dropbox/iasma/RMAWGENdev/RMAWGEN_article/plottingscripts/ems_article/ccgamma.execution.prec.R', chdir = TRUE)
##
## out <- spellBoxPlot(x=prec_mes,y=prec_gen,use.dw.spell=TRUE,station=c("T0010","T0090","T0129"),origin=origin,title="Dry Spell Duration",extract="dry",observationIndex="obs",xlab="type",ylab="dry spell [day]",season=TRUE)

ecor/RMAWGENplotAlpha documentation built on May 15, 2019, 8:53 p.m.