| forams | R Documentation |
Planktic foraminifera counts in surface sediments in the Atlantic ocean.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.