Last data update: 2014.03.03

R: otolith Proxy Data
otolithR Documentation

otolith Proxy Data

Description

Early Oligocene otolith from the US Gulf Coast.

Usage

data(otolith)

Format

A data frame with 63 observations on the following 2 variables.

distance

a numeric vector

d18O

a numeric vector

Details

Duplicate data have been removed.

Source

delta-18O record of an aragonite otolith from the early Oligocene Rosefield Clay in the US Gulf Coast (Ivany, 2000).

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(otolith)

plot(otolith$distance, otolith$d180)


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/otolith.Rd_%03d_medium.png", width=480, height=480)
> ### Name: otolith
> ### Title: otolith Proxy Data
> ### Aliases: otolith
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(otolith)
> 
> plot(otolith$distance, otolith$d180)
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>