plot_biology.Rd
Plot length-weight and length-at-age
plot_biology(data, parameters, dir = NULL, plot = 1:2, height = 7, width = 7)
Dataframe of specimens data filtered down to an unique species.
List of biological parameter estimates.
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved.
A vector of integers to specify which plots you would like. The
default is to print or save both figures, i.e., plot = 1:2
. Integers
correspond to the following figures:
Length-weight.
Length-at-age.
Numeric values for the figure width and height in inches. The defaults are 7 by 7 inches.