Learn R Programming

dplR (version 1.6.4)

plot.rwl: Plotting Rwl Objects

Description

Plots rwl objects.

Usage

"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
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