wheel.spell | R Documentation |
wheel
for 'spell'
objectswheel
shows the seasonal cycle with different colors for different years.
## S3 method for class 'spell'
wheel(x, y = NULL, new = TRUE, lwd = 2, col = NULL, verbose = FALSE, ...)
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 |
wheel wheel.station
data(bjornholt)
wetspell <- spell(bjornholt, threshold=.1)
wheel(wetspell, new=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.