knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.width = 5, fig.height = 5 )
Calculations of length-weight relationships for (any) two species and the resulting effect of binned length data (MEPS Figure 2). And then how the consequent binned body-mass values get assigned to logarithimic size-class bins by some methods (Figure 3).
library(sizeSpectra)
length_weight_plot()
bins_assignment_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.