View source: R/plot.len.wt.temporal.r
| plot.len.wt.temporal | R Documentation | 
Plot the temporal change in median length and weight of vulnerable numbers by fishery
plot.len.wt.temporal(
  par,
  rep,
  frq,
  max.wt = NULL,
  max.len = NULL,
  fdescloc = NULL,
  year.window = NULL,
  save.dir,
  save.name
)
| par | MFCLPar object | 
| rep | MFCLRep object | 
| frq | MFCLFrq object | 
| max.wt | Optional: The maximum weight value to plot. Defaults to the maximum weight in the model | 
| max.len | Optional: The maximum length value to plot. Defaults to the maximum length in the model | 
| fdescloc | Optional: The path to the fdesc file to define the fishery names | 
| year.window | Optional: A single value giving the temporal window used to calculate the change in median length and weight from the beginning to the end of the model period. Defaults to 25% of the model period. | 
| save.dir | Optional: Path to the directory where the outputs will be saved | 
| save.name | Optional: Name stem for the output, useful when saving many model outputs in the same directory | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.