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 "crs".

...

Additional arguments passed to plot

Value

None. A plot is produced.

Author(s)

Andy Bunn

See Also

corr.rwl.seg

Examples

library(graphics)
data(co021)
foo <- corr.rwl.seg(co021, make.plot = FALSE)
plot(foo)

[Package dplR version 1.7.6 Index]