forams {geostats} | R Documentation |
foram count data
Description
Planktic foraminifera counts in surface sediments in the Atlantic ocean.
Examples
data(forams,package='geostats')
abundant <- forams[,c('quinqueloba','pachyderma','incompta',
'glutinata','bulloides')]
other <- rowSums(forams[,c('uvula','scitula')])
dat <- cbind(abundant,other)
chisq.test(dat)
[Package geostats version 1.6 Index]