Description Usage Arguments Details Value Author(s) Examples
The function, using TA (table A, hauls data), TB (table B, catches data), and TC (table C, biological data) tables estimates the abundance indices per hauls for recruits and spawners specimens or for all the cougth specimens togheter. Recruits and spawners specimens are selected using the body length cutoff parameter defined by the user. Bathymetrical lines (class: "SpatialLinesDataFrame", "sp") refers respectively to 50m, 200m, and 800m of depth.
1 2 3 |
TA |
data frame containing the hauls data (TA, table A). |
TB |
data frame containing the catches data (TB, table B). |
TC |
data frame containing the aggregated biological data (TC, table C). |
GSA |
reference Geographical Sub-Area (GSA) for the analysis. |
country |
string value the country selected for the analysis in case the latter should be performed by country. |
sspp |
string of the species code (MEDITS format). The default value is NA and, in case in the data there is only one species, the species code is determined by the merge data frame. If there are more than one species, the species code is mandartory. |
stage |
fraction of the population that is selected for the analysis: "recruits", "spawners" or "all.stages". "all.stages" allows to plot the abundance index by haul, considering all the specimens. |
cutoff |
numeric value (threshold) of maturity length to be used for selecting the fraction of the population for the analysis. |
buffer |
numeric value to define the extension (in meters) of the buffer around the study area (haul positions range) in the map. |
wm |
shapefile of the land's contours of the world map |
land |
shapefile of the world's land |
d1 |
shapefile of the 50m bathymetrical line |
d2 |
shapefile of the 200m bathymetrical line |
d3 |
shapefile of the 800m bathymetrical line |
The function performs the analysis for one stage at time. The abundance indices per haul are estimated selecting either the total number of specimens with Total Length (TL) >= cutoff value for spawners or with TL <= cutoff for recruits.
The function returns the bubble plot of the abundance indices of the selected life stage.
Walter Zupa
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.