ODP677: Marine core ODP677

Description Usage Format Details Note Source References Examples

Description

Eastern Tropical Pacific core ODP-677 PI: Nicholas J. Shackleton Core/Site: ODP-677 Latitude: 1.12.00N ( 1.2) Longitude: 83.44.00W ( -83.73333) Water depth. m: 3450

Usage

1

Format

A data frame on the following variables.

Variables:
depth Depth (cm)
yrBP radiocarbon years B.P. (Libby half-life; B.P. = 1950)
d18Oforams-b delta O18 PDB (Benthic Foraminifers)
d18Oforams-p delta O18 PDB (Planctic Foraminifers)
notes Species

Details

The time scale is astronmically-tuned, and motivated a revision of the date of the Brunhes-Matayama magnetic reversal.

Note

The following attributes have been defined, corrsesponding to benthic species, uvigerinaes, and gruber. $benthics "CIB " "CIBKULL " "CIBMELAT" "GLOBCASB" "GLOBOBUL" "GLOBOCAS" "GLOBOGYR" "GLOBORID" "GLOBORIG" "GYRGLOB " "GYROID " "HELEGANS" "LATIC " "ORIBULGL" "ORID " "ORIDBUL " "ORIDBULL" "ORIDGLOB" "ORIDGYR " "ORIDMIX " "ORIDSBUL" "ORIDUVIG" "ORIGLOBU" "ORIGYRGL" "ORIGYRPY" "ORIGYRST" "PWUELCIB" "PWUELCIL" "PWUELL " "PWUELLAT" "PWUELMEL" "PYRGGLOB" "PYRGO " "SBULGBUL" "SBULL " "SBULLGBU" "SBULLGLO" "SBULPYRG" "STYLOS "

$uvig "UVIBULOR" "UVIG " "UVIGBUL " "UVIGBULL" "UVIGGLOB" "UVIGLOB " "UVIGLOBO" "UVIGLORI" "UVIGORBU" "UVIGORGL" "UVIGORID" "UVIGORIG" "UVIGPYRG" "UVIGSBUL" "UVIORBUL" "UVIORGLO" "UVIPORID"

$gruber "GRUBER C"

Source

http://www.geography.wisc.edu/classes/geog527/odp-677-fwc.txt See the file ‘PKG/orig/ODP/ODP677_benthics.txt’ for details. Original version at http://www.geography.wisc.edu/classes/geog527/odp-677-fwc.txt

References

N. J. Shackleton, A. Berger, and W. R. Peltier. An alternative astronomical calibration of the lower Pleistocene timescale based on ODP site 677. Transactions of the Royal Society of Edinburgh-Earth Sciences, 81:251-261, 1990.

Examples

1
2
3
4
5
data(ODP677)

## select and plot uvigerinae species
ODP677_uvig <- subset(ODP677,notes %in% attr(ODP677,"uvig"))
with(ODP677_uvig,plot(yrBP,d18Oforams.b,type="b"))

mcrucifix/pleistocene documentation built on May 22, 2019, 3:20 p.m.