Learn R Programming

dplR (version 1.4.9)

seg.plot: Segment Plot

Description

Makes a segment plot of tree-ring data.

Usage

seg.plot(rwl,...)

Arguments

rwl
a data.frame with series as columns and years as rows such as that produced by read.rwl.
...
arguments to be passed to plot.

Value

  • None. This function is invoked for its side effect, which is to produce a plot.

Details

This makes a simple plot of the length of each series in a tree-ring dataset.

See Also

spag.plot

Examples

Run this code
data(ca533)
  seg.plot(ca533,main="Campito Mountain")

Run the code above in your browser using DataLab