We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal: Compute biomass estimates from fish length
We have several main cases:
Main formula: W = a * L^b
W = a * L^b
a'(cm, g) = a (mm, g)*10^b a'(cm, g) = a (cm, kg)*1000 a'(cm, g) = a (mm, mg)*10^b/1000 a'(cm, g) = a (mm, kg)10^b1000
Relationship reference: https://www.fishbase.de/manual/fishbasethe_length_weight_table.htm
code: https://github.com/NCEAS/ca-mpa/blob/main/analyses/1performance_eco/code/biomass_reference_file_prep.R
The text was updated successfully, but these errors were encountered:
brunj7
No branches or pull requests
Goal: Compute biomass estimates from fish length
Data conversion
We have several main cases:
Main formula:
W = a * L^b
Unit transformation (source: Fishbase)
a'(cm, g) = a (mm, g)*10^b
a'(cm, g) = a (cm, kg)*1000
a'(cm, g) = a (mm, mg)*10^b/1000
a'(cm, g) = a (mm, kg)10^b1000
Relationship reference: https://www.fishbase.de/manual/fishbasethe_length_weight_table.htm
code: https://github.com/NCEAS/ca-mpa/blob/main/analyses/1performance_eco/code/biomass_reference_file_prep.R
The text was updated successfully, but these errors were encountered: