plot.interarrival {climate.plot} | R Documentation |
Plots interarrivals for precipitation using boxplots, giving the typical number of continuous wet days and dry days (or spells) throughout the season.
## S3 method for class 'interarrival': plot(x, start, end, width = 11, logy=FALSE, maxy, id, ...)
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 |
M.W. Toews
data(mscdata) dat.int <- interarrival(mscdata,id=1108447) plot(dat.int)