plot.rwl: Plotting Rwl Objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plot.rwl.R

Description

Plots rwl objects.

Usage

1
2
## S3 method for class '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.

Author(s)

Andy Bunn

See Also

read.rwl

Examples

1
2
3
4
5
6
library(graphics)
library(utils)
data(co021)
plot(co021, plot.type="seg")
plot(co021, plot.type="spag")
plot(co021, plot.type="spag", zfac=2)

dplR documentation built on May 2, 2019, 6:06 p.m.