seg.plot | R Documentation |
Makes a segment plot of tree-ring data.
seg.plot(rwl, ...)
rwl |
a |
... |
arguments to be passed to plot. |
This makes a simple plot of the length of each series in a tree-ring data set.
None. This function is invoked for its side effect, which is to produce a plot.
Andy Bunn. Patched and improved by Mikko Korpela.
spag.plot
library(utils)
data(co021)
seg.plot(co021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.