plot.rwl | R Documentation |
Plots rwl objects.
## S3 method for class 'rwl'
plot(x, plot.type=c("seg","spag"), ...)
x |
An object of class |
plot.type |
Character. Type "seg" calls |
... |
Additional arguments for each |
None. A plot is produced.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.