dplR (version 1.7.0)

plot.rwl: Plotting Rwl Objects

Description

Plots rwl objects.

Usage

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

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

Value

None. A plot is produced.

See Also

read.rwl

Examples

Run this code
# NOT RUN {
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