Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.rwl

Plotting Rwl Objects


Description

Plots rwl objects.

Usage

## S3 method for class 'rwl'
plot(x, plot.type=c("seg","spag"), ...)

Arguments

x

An object of class "rwl".

plot.type

Character. Type "seg" calls seg.plot while "spag" calls spag.plot

...

Additional arguments for each type

Value

None. A plot is produced.

Author(s)

Andy Bunn

See Also

Examples

library(graphics)
library(utils)
data(co021)
plot(co021, plot.type="seg")
plot(co021, plot.type="spag")
plot(co021, plot.type="spag", zfac=2)

dplR

Dendrochronology Program Library in R

v1.7.2
GPL (>= 2)
Authors
Andy Bunn [aut, cph, cre, trl], Mikko Korpela [aut, cph, trl], Franco Biondi [aut, cph], Filipe Campelo [aut, cph], Pierre Mérian [aut, cph], Fares Qeadan [aut, cph], Christian Zang [aut, cph], Allan Buras [ctb], Jacob Cecile [ctb], Manfred Mudelsee [ctb], Michael Schulz [ctb], Klesse Stefan [ctb], Frank David [ctb], Visser Ronald [ctb]
Initial release
2021-01-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.