FishPar | R Documentation |
This function calculates various length-based indicators for fish stock assessment using length frequency data and bootstrap resampling.
FishPar(data, resample, progress)
data |
A data frame containing two columns: Length and Frequency. |
resample |
An integer indicating the number of bootstrap resamples. |
progress |
A logical value indicating whether to display progress. |
A list containing estimated length parameters, Froese indicators, and other relevant metrics.
data <- data.frame(Length = c(10, 20, 30, 40, 50), Frequency = c(5, 10, 15, 20, 25))
FishPar(lenfreq01, 100, progress = FALSE)
utils::data("lenfreq01", package = "aLBI")
utils::data("lenfreq02", package = "aLBI")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.