Last data update: 2014.03.03

R: Elliot Data Winter
elliot_yr2R Documentation

Elliot Data Winter

Description

Winter season of data from Elliot data.

Usage

data("elliot_yr2")

Format

The format is: List of 4 $ date1 : num [1:28] 1995 1995 1995 1995 1995 ... $ d18o1 : num [1:28] -0.036 0.244 0.525 0.332 0.148 -0.43 -0.583 -0.366 -0.641 -0.86 ... $ date_temp1: num [1:31] 1995 1995 1995 1995 1995 ... $ d18o_pred1: num [1:31] -0.58 0 0.54 0.88 0.66 0.35 0.09 -0.09 -0.53 -1.1 ...

Details

Data consists of date, delta-18O, temperature and predicted data for winter season of data.

Source

See explanation in elliot_yr1.

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(elliot_yr2)
plot(elliot_yr2$date2,elliot_yr2$d18o2,xlab="date(year)",
ylab=expression(delta*'18O(ppm VPDB)'), xlim=c(1995.2,1996.85), ylim=c(-2.5,1.8))

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/elliot_yr2.Rd_%03d_medium.png", width=480, height=480)
> ### Name: elliot_yr2
> ### Title: Elliot Data Winter
> ### Aliases: elliot_yr2
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
> data(elliot_yr2)
> plot(elliot_yr2$date2,elliot_yr2$d18o2,xlab="date(year)",
+ ylab=expression(delta*'18O(ppm VPDB)'), xlim=c(1995.2,1996.85), ylim=c(-2.5,1.8))
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>