View source: R/plot-rawmeasure.R
plot_raw_age | R Documentation |
Workup At-Sea and PacFIN lengths and weights
plot_raw_age(
atsea.ages = get_local("nages.Rdat"),
page = get_local("page.Rdat"),
years = as.numeric(format(Sys.time(), "%Y")) - 0:4,
xlim_weight = c(0, 3),
xlim_length = c(0, 70)
)
atsea.ages |
An R object with NORPAC ages. The default value is |
years |
A vector of years that you want plotted. The default is to plot the most recent five years. |
ncatch |
An R object of NORPAC catches.
The default value is loaded from the disk using |
Four figures are saved to the disk. Figures are of length and weight distributions for the at-sea and shoreside sectors.
Kelli F. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.