View source: R/utils-calc-catch-seas-country.R
calc_catch_seas_country | R Documentation |
Calculate the catch proportions by country, year, and season
calc_catch_seas_country(
data_tables_url = NULL,
n_yrs = 10,
weight = c(1, 1, 1, 1),
...
)
n_yrs |
If |
weight |
A vector of 4 for the weights given to each season |
... |
Absorbs arguments meant for other functions |
ss_model_data_csv_dir |
The directory in which the assessment csv files containing catch by month are located. Can be a URL |
If n_yrs
is NULL
, a data frame containing all years of data with
proportions of catch by country and season. If n_yrs
is a number, the
data frame returned will be only 8 rows long, 4 rows per country, without
any year column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.