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)

Figure 2 -- example length-weight relationships for two species

length_weight_plot()

Figure 3 -- how binned body-mass values get assigned to logarithmic size-class bins

bins_assignment_plot()


andrew-edwards/sizeSpectra documentation built on June 28, 2023, 7:09 p.m.