| 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.univG.cglobG.ruberG.tenelG.saccuG.rubesG.pacLG.pacRG.bulloG.falcoG.calidG.aequiG.glutiG.duterG.inflaG.trnLG.trnRG.crasfG.scituG.mentuP.obliqC.nitidS.dehisG.digitOtherG.quinG.hirsu
Summer and Winter sea-surface temperatures, and salinity values for
the 61 sites in the Imbrie and Kipp training set (ImbrieKipp):
SumSSTWinSSTSalinity
V12.122 is a data frame with 110 observations from core
V12-122 on the following 28 species:
O.univG.cglobG.ruberG.tenelG.saccuG.rubesG.pacLG.pacRG.bulloG.falcoG.calidG.aequiG.glutiG.duterG.inflaG.trnLG.trnRG.crasfG.scituG.mentuP.obliqC.nitidS.dehisG.digitG.hexagG.cglomcfH.pelOtherImbrie 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)