copepod
From untb v1.7-4
by Robin K S Hankin
Copepod data supplied by Phil Pugh
A dataset of copepod (resp: ostracod) abundances supplied by Dr Phil Pugh of the National Oceanography Centre, Southampton
- Keywords
- datasets
Usage
data(copepod)
data(ostracod)
Format
A table with names of different copepod (resp: ostracod) species, and entries corresponding to the numbers of individuals of each species.
Examples
# NOT RUN {
data(copepod)
optimize(f=theta.likelihood,interval=c(10,100), maximum=TRUE,
S=no.of.spp(copepod), J=no.of.ind(copepod), give.log=TRUE)
data(ostracod)
preston(ostracod)
# }
Community examples
Looks like there are no examples yet.