View source: R/aggregate_comps.R
aggregate_comps | R Documentation |
Function to aggregate compositions into a shorter range of bins based on data availability in each bin
aggregate_comps(
comp.data,
compbins = NULL,
compression = 1,
proportion.thresh = 0.9
)
comp.data |
output from the |
compbins |
the age or length composition bins you want to compress the data into, either this or compression can be specified but not both |
compression |
the minimum thresshold for numbers of fish in each bin for the bin to be included in the data, default is 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.