Learn R Programming

geostats (version 1.6)

forams: foram count data

Description

Planktic foraminifera counts in surface sediments in the Atlantic ocean.

Arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab