get_annual_catch(inputs, outputs, ...)# S4 method for missing,missing
get_annual_catch(
Catch,
years = (dim(Catch)[3] + (inc_first - 1)) * phi_min,
phi_min = 0.1,
inc_first = FALSE
)
# S4 method for LeMans_param,missing
get_annual_catch(
inputs,
Catch,
years = (dim(Catch)[3] + (inc_first - 1)) * inputs@phi_min,
inc_first = FALSE
)
# S4 method for LeMans_param,LeMans_outputs
get_annual_catch(
inputs,
outputs,
years = (dim(outputs@Catch)[3] + (inc_first - 1)) * inputs@phi_min,
inc_first = FALSE
)
# S4 method for missing,LeMans_outputs
get_annual_catch(
outputs,
years = (dim(outputs@Catch)[3] + (inc_first - 1)) * phi_min,
phi_min = 0.1,
inc_first = FALSE
)
get_CPUE(inputs, outputs, ...)
# S4 method for LeMans_param,LeMans_outputs
get_CPUE(inputs, outputs, effort, years = nrow(effort), inc_first = FALSE)
# S4 method for LeMans_param,missing
get_CPUE(inputs, Catch, effort, years = nrow(effort), inc_first = FALSE)
# S4 method for missing,LeMans_outputs
get_CPUE(
outputs,
Qs,
effort,
years = nrow(effort),
phi_min = 0.1,
inc_first = FALSE
)
# S4 method for missing,missing
get_CPUE(
Catch,
Qs,
effort,
years = nrow(effort),
phi_min = 0.1,
inc_first = FALSE
)
get_CPG(inputs, outputs, ...)
# S4 method for LeMans_param,LeMans_outputs
get_CPG(inputs, outputs, effort, years = nrow(effort), inc_first = FALSE)
# S4 method for LeMans_param,missing
get_CPG(inputs, Catch, effort, years = nrow(effort), inc_first = FALSE)
# S4 method for missing,LeMans_outputs
get_CPG(
outputs,
Qs,
effort,
years = nrow(effort),
phi_min = 0.1,
inc_first = FALSE
)
# S4 method for missing,missing
get_CPG(
Catch,
Qs,
effort,
years = nrow(effort),
phi_min = 0.1,
inc_first = FALSE
)