plot.interarrival {seas} | 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. The mean value is also drawn as a single line.
Usage
## S3 method for class 'interarrival'
plot(x, width = 11, start = 1, rep = 0, start.day = 1,
ylog = FALSE, maxy, main, ...)
Arguments
x |
an |
width |
size of bin; see |
start |
starting bin number; e.g., if |
rep |
repetition of the bins in the boxplot |
start.day |
when |
ylog |
|
maxy |
maximum number of days for the y-axis; it can either be
passed as |
main |
main title for plot, otherwise other title will be automatically generated |
... |
ignored |
Author(s)
Mike Toews
See Also
Examples
data(mscdata)
dat.int <- interarrival(mksub(mscdata, id=1108447))
plot(dat.int, width="mon")
plot(dat.int, ylog=FALSE, maxy=35, rep=10)