powered by
Makes a segment plot of tree-ring data.
seg.plot(rwl, ...)
None. This function is invoked for its side effect, which is to produce a plot.
a data.frame with series as columns and years as rows such as that produced by read.rwl.
data.frame
read.rwl
arguments to be passed to plot.
Andy Bunn. Patched and improved by Mikko Korpela.
This makes a simple plot of the length of each series in a tree-ring data set.
spag.plot
library(utils) data(co021) seg.plot(co021)
Run the code above in your browser using DataLab