powered by
Plots rwl objects.
# S3 method for rwl plot(x, plot.type=c("seg","spag"), ...)
None. A plot is produced.
An object of class "rwl".
"rwl"
Character. Type "seg" calls seg.plot while "spag" calls spag.plot
seg.plot
spag.plot
Additional arguments for each type
type
Andy Bunn
read.rwl
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