wheel.station: S3 method of 'wheel' for "station" objects

View source: R/wheel.R

wheel.stationR Documentation

S3 method of wheel for 'station' objects

Description

wheel shows the seasonal cycle with different colors for different years.

Usage

## S3 method for class 'station'
wheel(
  x,
  y = NULL,
  new = TRUE,
  lwd = 2,
  col = NULL,
  type = NULL,
  bg = "grey90",
  verbose = FALSE,
  ...
)

Arguments

x

an input object of class 'station'

y

an input object of class 'station'

new

if new create new graphic device

lwd

relative line width

col

color of line

type

'spiky' or 'flowy'

bg

background color

verbose

a boolean; if TRUE print information about progress

...

additional arguments

See Also

wheel wheel.spell graph visprob conf vis diagram cumugram scatter plot map

Examples

data(bjornholt)
wheel(bjornholt, new=FALSE)


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