View source: R/weight_at_age-.R
make_wtatage_plots | R Documentation |
todo: write a description for make_wtatage_plots
make_wtatage_plots(
plots = 1:6,
data,
counts,
lengths = NULL,
dir = getwd(),
year = format(Sys.Date(), "%Y"),
maxage = 15
)
plots |
A vector of digits that specifies which plots to create. |
data |
A data frame of weight at age data generated from
|
counts |
A data frame of weight at age counts generated from
|
lengths |
A data frame of weight at length generated from
|
dir |
The directory that you want to save the plots in. The default is to save the plots in your current working directory. |
year |
A character value giving the current year that will be used in the file names for each plot. |
maxage |
The maximum age of fish modelled in the stock assessment, i.e., what is the age at which all fish are grouped into a plus group. |
Ian G. Taylor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.