bubbleplot_RS_by_hauls {BioIndex} | R Documentation |
The function generates bubbleplots of abundance indices for recruits and spawners
bubbleplot_RS_by_hauls( mTATC, map_range, thresh_rec, thresh_spaw, depths = c(50, 200, 800), res = 1, buffer = 0.1, wd, save = FALSE, verbose = FALSE )
mTATC |
mTATC table |
map_range |
range of coordinates for the map |
thresh_rec |
threshold value to select recruits data from mTATC table |
thresh_spaw |
threshold value to select spawners data from mTATC table |
depths |
three reference bathymetric lines to be plotted in the maps |
res |
resolution of the depth lines |
buffer |
buffer around the map |
wd |
working directory |
save |
boolean. If TRUE the outputs are saved in the local folder |
verbose |
boolean. If TRUE messages are prompted in the console |