## S3 method for class 'seas.sum':
image(x, start, end, var, norm = "days", maxz, nlevels = 128,
maxa, col = .65, dark = 0, gamma = 0.8, sqrt = FALSE,
show.na = TRUE, show.median = TRUE, contour = TRUE, \ldots)seas.sum objectstart, and if
start is omitted, will use maximum yearx"days", to
produce unit/dayshow.median=TRUE)logical; square root of the values to be taken
(legend is transposed back to original unit)logical; put red a NAlogical; show how the median calculation is
achieved graphically (computationally it is done using a secant
method); see seas.norm for more information on this
methodlogical; show contours in lower left-hand plot.seastitle and
.seascols for title style, colours, and other
customizations to the appearanceseas.sum object,
and is far more informative than a traditional precipitation
precip.norm or
precip.norm) If norm = "days" and show.median = TRUE (default), the
seasonal sums appear in right-hand frames. Horizontal and vertical
lines indicate a seas.norm.
seas.sum, seas.normdata(mscdata)
dat.ss <- seas.sum(mscdata, id=1108447, width="mon")
image(dat.ss)
image(dat.ss,contour=FALSE)
image(dat.ss,norm="active")Run the code above in your browser using DataLab