seg.plot {dplR} | R Documentation |
Segment Plot
Description
Makes a segment plot of tree-ring data.
Usage
seg.plot(rwl, ...)
Arguments
rwl |
a |
... |
arguments to be passed to plot. |
Details
This makes a simple plot of the length of each series in a tree-ring data set.
Value
None. This function is invoked for its side effect, which is to produce a plot.
Author(s)
Andy Bunn. Patched and improved by Mikko Korpela.
See Also
Examples
library(utils)
data(co021)
seg.plot(co021)
[Package dplR version 1.7.7 Index]