Learn R Programming

dplRCon (version 1.0)

ring.raw: Matrix of time series of raw ring widths.

Description

Matrix of time series of raw ring widths, each series in aligned in columns, with the column heading matching the series ID.

Usage

data(ring.raw)

Arguments

Format

The format is: mts [1:515, 1:135] NA NA NA NA NA NA NA NA NA NA ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:135] "HUP004A" "HUP004B" "HUP004C" "HUP004D" ... - attr(*, "tsp")= num [1:3] 1483 1997 1 - attr(*, "class")= chr [1:3] "mts" "ts" "matrix"

Source

Sourced from The School of Environment, University of Auckland with permission

Examples

Run this code
data(ring.raw)
## maybe str(ring.raw) ; plot(ring.raw) ...

Run the code above in your browser using DataLab