estimate_bootstrap | R Documentation |
Calculate bootstrap estimates of species biomass
estimate_bootstrap(
nasc.df,
clf.df,
stratum.num,
stratum.area,
species = NULL,
do.lf = FALSE,
boot.number = 0
)
nasc.df |
A data frame containing total backscatter from all CPS
( |
clf.df |
A data frame containing cluster length frequencies for a given
|
stratum.num |
A vector containing stratum number. |
stratum.area |
A vector containing stratum area (in square meters). |
species |
A vector containing the species' scientific name (Clupea pallasii, Engraulis mordax, Sardinops sagax, Scomber japonicus, or Trachurus symmetricus). |
do.lf |
Return a length frequency ( |
boot.number |
A vector defining the number of bootstrap samples. |
A data frame containing estimates of biomass and abundance or a list of biomass, abundance, and length frequency.
estimate_bootstrap(nasc.df, clf.df, stratum.num, stratum.area,
"Engraulis mordax", do.lf = TRUE, boot.num = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.