Learn R Programming

ClamR (version 2.1-3)

rwp_limpet: 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")

Arguments

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

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

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

Run the code above in your browser using DataLab