forams: foram count data

foramsR 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)

geostats documentation built on Jan. 7, 2023, 5:32 p.m.

Related to forams in geostats...