powered by
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 and hour are also estimated.
m.TATB(TA, TB, sspp, str.scheme=strata_scheme, verbose=FALSE)
data frame containing the hauls data (TA, table A).
data frame containing the catches data (TB, table B).
string value of the selected species in the MEDITS format.
data frame of the strata_scheme
bulean parameter, if TRUE returns messages about the progress of the elaboration
the function returns the data frame of the resulting merge between TA table and TB table.
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)
# NOT RUN { m.TATB(TA,TB,"ARISFOL") # }
Run the code above in your browser using DataLab