Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

m.TATB

merge of TA and TB tables


Description

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

Usage

m.TATB(TA, TB, sspp, str.scheme=strata_scheme, verbose=FALSE)

Arguments

TA

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

TB

data frame containing the catches data (TB, table B).

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 (table A) and TB (table B) table as input, tha 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 and TB table.

Author(s)

Walter Zupa

Examples

m.TATB(TA,TB,"ARISFOL")

MEDITS

Analysis of MEDITS-Like Survey Data

v0.1.7
GPL-3
Authors
Walter Zupa, Loredana Casciaro, Isabella Bitetto, Maria Teresa Spedicato
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.