species_bins_plots | R Documentation |
Wrangles the data and then plots the Figures 6, S.1, S.2 and S.3 showing how the species-specific length-weight coefficients yield different bins.
species_bins_plots(
dataBin_vals = dataBin,
postscript = FALSE,
specCodeHighlight = c(127205, 154675)
)
dataBin_vals |
dataframe in the same format as the saved dataset |
postscript |
If TRUE then save four separate postscript figures, else just plot the four figures to the active device |
specCodeHighlight |
Species to highlight in red in Figure 6 (species 127251 for Figure A.4 is done within the function). |
list containing:
maxWidth: maximum width of any bin
specNameMaxWidth: species name corresponding to maxWidth
maxRatio: maximum ratio of a body-mass bin to it's minimum, i.e. maximum
value of (wmax - wmin)/wmin
specNameMaxRatio: species name corresponding to specNameMaxRatio
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.