Last data update: 2014.03.03

R: Reconstructed Temperature Record
rwp_limpetR 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')

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ClamR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ClamR/rwp_limpet.Rd_%03d_medium.png", width=480, height=480)
> ### Name: rwp_limpet
> ### Title: Reconstructed Temperature Record
> ### Aliases: rwp_limpet
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(rwp_limpet)
> plot(rwp_limpet$distance_all, rwp_limpet$temp_all, type='b')
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>