Learn R Programming

DAIME (version 2.1.3)

ColDePalluel.rdata: Microcpaleontological, palynological, and geochemical data from the Col de Palluel, SE France (Late Albanian)

Description

Contains data on geochemistry, palynology, planktic forams, and nannofossils from the Col de Palluel from Bornemann et al. (2005)

Usage

data(ColDePalluel)

Arguments

Format

A list with four entries named "geochemistry", "palynomorphs", "nannofossils", and "plankticforaminifera" containing the data given in Bornemann et al. (2005).

References

Bornemann, A et al. (2005): Reconstruction of short-term palaeoceanographic changes during the formation of the Late Albian Niveau Breistroffer black shales (Oceanic Anoxic Event 1d, SE France). Journal of the Geological Society of London, 162(4), 623-639, https://doi.org/10.1144/0016-764903-171

Examples

Run this code
# NOT RUN {
data("ColDePalluel")
#plot carbonate content
plot(ColDePalluel$geochemistry$Depth..m.,ColDePalluel$geochemistry$CaCO3....,type='l')
# }

Run the code above in your browser using DataLab