rwp_limpet {ClamR}R Documentation

Reconstructed Temperature Record

Description

Application to estimated temperatures from archaeological RWP shell 103a-39-1 with 3 years of temperature data.

Usage

data("rwp_limpet")

Format

A data frame with 74 observations on the following 8 variables.

distance_all

a numeric vector

temp_all

a numeric vector

distance1

a numeric vector

temp1

a numeric vector

distance2

a numeric vector

temp2

a numeric vector

distance3

a numeric vector

temp3

a numeric vector

Source

RWP shell 103a-39-1

References

Wang, T., Surge, D., and Lees, J. M., (2015) ClamR: A Statistical Evaluation of Isotopic and Temperature Records in Sclerochronologic Studies. Palaeogeography, Palaeoclimatology, Palaeoecology, doi:10.1016/j.palaeo.2015.07.008.

Examples

data(rwp_limpet)
plot(rwp_limpet$distance_all, rwp_limpet$temp_all, type='b')


[Package ClamR version 2.1-3 Index]