plot.rwl {dplR} | R Documentation |
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 |
plot.type |
Character. Type "seg" calls |
... |
Additional arguments for each |
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)
[Package dplR version 1.7.7 Index]