View source: R/fox_effort_calculation.R
fox_effort_calculation | R Documentation |
fox_effort_calculation
calculate the fishing effort E, the corresponding Fox effort Efox ; standardised on the last year (= most recent year : mEfox = 1)
fox_effort_calculation(data, catch_table, k)
data |
the table with the mean IA serie |
catch_table |
table with catches and years (format : |
k |
the k factor of the Fox effort calculation. Either : 1, 3 or 5 |
data(data_IA)
data(captures_aggregees)
data_captures <- captures_aggregees %>% group_by(year) %>% summarise(Catch = sum(c))
fox_effort_calculation(data_IA, data_captures, k=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.