ImbrieKipp {analogue} | R Documentation |
The classic Imbrie and Kipp (1971) training set of counts on 27 species of foraminifera from 61 ocean sediment core surface samples and associated measures of summer and winter sea-surface temperatures and salinity at each location.
110 sediment cores samples from core V12-122 are also supplied in
V12.122
.
data(SumSST) data(WinSST) data(Salinity) data(V12.122)
ImbrieKipp
is a data frame with 61 observations on the
following 27 species:
O.univ
G.cglob
G.ruber
G.tenel
G.saccu
G.rubes
G.pacL
G.pacR
G.bullo
G.falco
G.calid
G.aequi
G.gluti
G.duter
G.infla
G.trnL
G.trnR
G.crasf
G.scitu
G.mentu
P.obliq
C.nitid
S.dehis
G.digit
Other
G.quin
G.hirsu
Summer and Winter sea-surface temperatures, and salinity values for
the 61 sites in the Imbrie and Kipp training set (ImbrieKipp
):
SumSST
WinSST
Salinity
V12.122
is a data frame with 110 observations from core
V12-122 on the following 28 species:
O.univ
G.cglob
G.ruber
G.tenel
G.saccu
G.rubes
G.pacL
G.pacR
G.bullo
G.falco
G.calid
G.aequi
G.gluti
G.duter
G.infla
G.trnL
G.trnR
G.crasf
G.scitu
G.mentu
P.obliq
C.nitid
S.dehis
G.digit
G.hexag
G.cglom
cfH.pel
Other
Imbrie and Kipp (1971) TODO: Get the full reference.
These data were provided in electronic format by Prof. H. John B. Birks.
data(ImbrieKipp) head(ImbrieKipp) data(SumSST) data(WinSST) data(Salinity) plot(cbind(SumSST, WinSST, Salinity)) data(V12.122) head(V12.122)