Description Usage Arguments Details Value
View source: R/rebinSizeFreqs.NewFormat.R
Function to re-bin and export size frequencies based on annual ADF&G 1-mm size bin counts as csv files.
1 2 3 4 |
dfr |
- dataframe with raw size freq.s (or csv filename to read, or NULL for prompt) |
aggByRegion |
- flag (T/F) to aggregate size comps by region |
aggBySex |
- flag (T/F) to aggregate size comps by sex |
aggByShellCondition |
- flag (T/F) to aggregate size comps by shell condition |
cutpts |
- vector of cut points for re-binned size freq.s |
truncate.low |
- flag (T/F) to exclude sizes smaller than the 1st cutpoint |
truncate.high |
- flag (T/F) to exclude sizes larger than the last cutpoint |
Input dataframe/csv should have columns year,region,sex,shellcondition,size,frequency
A dataframe containing the re-binned size frequencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.