Learn R Programming

UsingR (version 2.0-7)

camp: Mount Campito Yearly Treering Data, -3435-1969.

Description

Contains annual tree-ring measurements from Mount Campito from 3426 BC through 1969 AD.

Usage

data(camp)

Arguments

Format

A univariate time series with 5405 observations. The object is of class '"ts"'.

Details

This series is a standard example for the concept of long memory time series.

The data was produced and assembled at the Tree Ring Laboratory at the University of Arizona, Tuscon.

References

This data set is in the tseries package. It is repackaged here for convenience only.

Examples

Run this code
# NOT RUN {
data(camp)
acf(camp)
# }

Run the code above in your browser using DataLab