
Last chance! 50% off unlimited learning
Sale ends in
Plots rwl objects.
# S3 method for rwl
plot(x, plot.type=c("seg","spag"), ...)
An object of class "rwl"
.
Additional arguments for each type
None. A plot is produced.
# 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