plot.crs {dplR} | R Documentation |
Plotting crs Objects
Description
Plots objects returned from corr.rwl.seg
.
Usage
## S3 method for class 'crs'
plot(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments passed to |
Value
None. A plot is produced.
Author(s)
Andy Bunn
See Also
Examples
library(graphics)
data(co021)
foo <- corr.rwl.seg(co021, make.plot = FALSE)
plot(foo)
[Package dplR version 1.7.7 Index]