plot.interarrival {climate.plot}R Documentation

Plot interarrivals for precipitation

Description

Plots interarrivals for precipitation using boxplots, giving the typical number of continuous wet days and dry days (or spells) throughout the season.

Usage

## S3 method for class 'interarrival':
plot(x, start, end, width = 11, logy=FALSE, maxy, id, ...)

Arguments

x an interarrival object with number of dry/wet days
start start year; if omitted minimum year will be used
end end year; if omitted will use same as start, and if start is omitted, will use maximum year
width size of bin; see mkfact
logy logical; y-axis is logarithmic
maxy maximum number of days for both graphs on the y-axis
id unique station identifier used to extract a subset of data from x
... other arguments passed to .seastitle for title style, and other customizations to the appearance

Author(s)

M.W. Toews

See Also

interarrival

Examples

data(mscdata)

dat.int <- interarrival(mscdata,id=1108447)
plot(dat.int)

[Package climate.plot version 0.1-2 Index]