dplR (version 1.7.0)

plot.crs: Plotting crs Objects

Description

Plots objects returned from corr.rwl.seg.

Usage

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

Arguments

x

An object of class "crs".

Additional arguments passed to plot

Value

None. A plot is produced.

See Also

corr.rwl.seg

Examples

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

Run the code above in your browser using DataCamp Workspace