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

View source: R/wheel.R

wheel.spellR Documentation

S3 method of wheel for 'spell' objects

Description

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

Usage

## S3 method for class 'spell'
wheel(x, y = NULL, new = TRUE, lwd = 2, col = NULL, verbose = FALSE, ...)

Arguments

x

an input object of class 'spell'

y

an input object of class 'spell'

new

if new create new graphic device

lwd

relative line width

col

color of line

verbose

a boolean; if TRUE print information about progress

...

additional arguments

See Also

wheel wheel.station

Examples


data(bjornholt)
wetspell <- spell(bjornholt, threshold=.1)
wheel(wetspell, new=FALSE)


metno/esd documentation built on Feb. 25, 2025, 6:44 p.m.