Description Usage Arguments Value Examples
View source: R/estimate_fmfo_distributions.R
estimate_fmfo_distribution
#Takes in a dataframe of feed information of aquaculture species (see example table)
Outputs a tidy format of main feed parameters (FM, FO, FCR, etc.) with
Mean, Standard Deviation, Lower bound, and Upper Bound for each country for each taxon and functional group
1 | estimate_fmfo_distributions(data = NA, output_format = "tidy")
|
data |
dataframe |
output_format |
string of either |
tibble with bootstrapped data
1 2 | estimate_fmfo_distribution(fmfo_data)
estimate_fmfo_distribution(fmfo_data, output_format=NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.