m.TATC: merge of TA and TC tables

Description Usage Arguments Details Value Author(s) Examples

View source: R/m.TATC.R

Description

The function merges the hauls data (TA, table A) and biological data (TC, table C) for a selected species. The abundance, and biomass indices standardized per km2 and hour are also estimated.

Usage

1
m.TATC(TA, TC, sspp, str.scheme=strata_scheme, verbose = FALSE)

Arguments

TA

data frame containing the hauls data (TA, table A).

TC

data frame containing the biological data (TC, table C).

sspp

string value of the selected species in the MEDITS format.

str.scheme

data frame of the strata_scheme

verbose

bulean parameter, if TRUE returns messages about the progress of the elaboration

Details

Using TA and TC table as input, the function returns a data frame containing the merge table for the selected species (sspp)

Value

the function returns the data frame of the resulting merge between TA (table A) and TC (table C).

Author(s)

Walter Zupa

Examples

1
m.TATC(TA,TC,"ARISFOL")

MEDITS documentation built on Dec. 23, 2019, 1:06 a.m.