dplR (version 1.7.6)

plot.crs: Plotting crs Objects

Description

Plots objects returned from corr.rwl.seg.

Usage

# S3 method for crs
plot(x, ...)

Value

None. A plot is produced.

Arguments

x

An object of class "crs".

...

Additional arguments passed to plot

Author

Andy Bunn

See Also

corr.rwl.seg

Examples

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

Run the code above in your browser using DataLab