View source: R/modelComparisons.Characteristics.Fisheries.R
| modelComparisons.Characteristics.Fisheries | R Documentation | 
Function to render a document of comparison plots of estimated fishery characteristics from several models.
modelComparisons.Characteristics.Fisheries(
  models,
  fleets = "all",
  selyears = "all",
  retyears = "all",
  output_format = c("word_document", "pdf_document"),
  output_dir = getwd(),
  rmd = system.file("rmd/modelComparisons.EstimatedCharacteristics.Fisheries.Rmd",
    package = "rCompTCMs"),
  docx_styles = system.file("rmd/StylesForRmdDocs.docx", package = "wtsUtilities"),
  pdf_styles = system.file("rmd/StylesForRmdPDFs.sty", package = "wtsUtilities"),
  verbose = FALSE,
  clean = FALSE
)
| models | 
 | 
| fleets | 
 | 
| selyears | 
 | 
| retyears | 
 | 
| output_format | 
 | 
| output_dir | 
 | 
| rmd | 
 | 
| docx_styles | 
 | 
| pdf_styles | 
 | 
| verbose | 
 | 
| clean | 
 | 
| rmd_dir | 
 | 
The default resulting document title will be of the form "ModelComparisons.EstimatedCharacteristics.Fisheries.mmm.ext", where "ext" is the appropriate file extension and "mmm" is a dash-separated string of model names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.