View source: R/create_caal_nonsurvey.R
create_caal_nonsurvey | R Documentation |
Generate CAAL compositions from any data, e.g., Laurel Lam's thesis data.
create_caal_nonsurvey(
Data,
agebin,
lenbin,
wd,
append,
seas,
fleet,
partition,
ageEr
)
Data |
A data frame with columns for "Year", "Sex", "Len_Bin_FL", and "Ages" |
agebin |
A vector of lower and upper age bins, i.e., the range. |
lenbin |
A vector of lower and upper length bins, i.e., the range. |
wd |
The directory where you want the output saved. |
append |
A character value supplying text that will be appened to the beginning of a standard file name. |
seas |
A numeric value supplying the season for this fleet. |
fleet |
An integer value for the fleet. |
partition |
An integer value supplying the partition. |
ageEr |
An integer value supplying the ageing error matrix to use for this fleet. |
Brian J. Langseth modified code from Chatel R. Wetzel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.