plot.dsensemble.multi: Plot multiple stations/spatially aggregated field.

View source: R/plot.R

plot.dsensemble.multiR Documentation

Plot multiple stations/spatially aggregated field.

Description

Plot multiple stations/spatially aggregated field.

Usage

## S3 method for class 'dsensemble.multi'
plot(
  x,
  it = c(2000, 2099),
  FUNX = "mean",
  verbose = FALSE,
  anomaly = FALSE,
  test = FALSE,
  plot = TRUE,
  ...
)

Arguments

x

input object of class 'dsensemble'

it

a time index, see subset

FUNX

a function

verbose

a boolean; if TRUE print information about progress

anomaly

a boolean; if TRUE show anomalies

test

a boolean; if TRUE perform some test?

plot

a boolean; if TRUE show plot

...

additional arguments

See Also

plot plot.station plot.ds plot.eof


metno/esd documentation built on April 29, 2024, 3:34 p.m.