calc_N.ty: (SPFI) Calculate the abundance by fishery stratum and year.

Description Usage Arguments Value Examples

Description

This is equivalent to equation 4 in the draft SPFI document.

Usage

1
calc_N.ty(T.ty, hcwt.ty)

Arguments

T.ty

Output from calc_T.ty.

hcwt.ty

Output from calc_hcwt.ty.

Value

A data frame of the abundance estimates, grouped by fishery stratum and year.

Examples

1
2
3
4
## Not run: 
N.ty <- calc_N.ty(T.ty = T.ty, hcwt.ty = hcwt.ty)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.