plot.crs: Plotting crs Objects

View source: R/plot.crs.R

plot.crsR 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)

dplR documentation built on Aug. 30, 2023, 9:08 a.m.