Description Usage Arguments Value Note Author(s) See Also Examples
Given sampling arguments, calculate super set of fleets, years, and data types.
1 2 3 |
index_params |
Named lists containing the arguments for
|
lcomp_params |
Named lists containing the arguments for
|
agecomp_params |
Named lists containing the arguments for
|
calcomp_params |
Named lists containing the arguments for
|
mlacomp_params |
Named lists containing the arguments for
|
wtatage_params |
Named lists containing the arguments for
|
An invisible list of fleets, years, and types.
A superset by nature is larger than the individual sets used to create it (unless all sampling arguments are identical), so that the returned list will created some unnecessary combinations. This was done intentionally for simplicity but may be changed later. See the vignette for further information.
See further examples in change_data
.
Cole Monnahan
clean_data, change_data
1 2 3 4 5 | ## Only one fleet
calculate_data_units(lcomp_params = list(fleets = 1, years = c(3, 4, 6)))
## Add new fleet
calculate_data_units(lcomp_params = list(fleets = 1, years = c(3, 4, 6)),
agecomp_params = list(fleets = 2, years = 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.