dplR (version 1.7.6)

plot.rwl: Plotting Rwl Objects

Description

Plots rwl objects.

Usage

# S3 method for rwl
plot(x, plot.type=c("seg","spag"), ...)

Value

None. A plot is produced.

Arguments

x

An object of class "rwl".

plot.type

Character. Type "seg" calls seg.plot while "spag" calls spag.plot

...

Additional arguments for each type

Author

Andy Bunn

See Also

read.rwl

Examples

Run this code
library(graphics)
library(utils)
data(co021)
plot(co021, plot.type="seg")
plot(co021, plot.type="spag")
plot(co021, plot.type="spag", zfac=2)

Run the code above in your browser using DataLab