View source: R/modelComparisons.ModelFits.ZCs.R
| modelComparisons.ModelFits.ZCs | R Documentation | 
Function to render a document of comparison plots for model fits to size composition data.
modelComparisons.ModelFits.ZCs(
  models,
  type = c("All", "Surveys", "Fisheries"),
  fleets = "all",
  plot1stObs = TRUE,
  output_format = c("word_document", "pdf_document"),
  output_dir = getwd(),
  rmd = NULL,
  docx_styles = system.file("rmd/StylesForRmdDocs.docx", package = "wtsUtilities"),
  pdf_styles = system.file("rmd/StylesForRmdPDFs.sty", package = "wtsUtilities"),
  clean = FALSE
)
| models | 
 | 
| type | 
 | 
| fleets | 
 | 
| plot1stObs | 
 | 
| output_format | 
 | 
| output_dir | 
 | 
| rmd | 
 | 
| docx_styles | 
 | 
| pdf_styles | 
 | 
| clean | 
 | 
| rmd_dir | 
 | 
Resulting document title will be of the form "ModelComparisons.ModelFits.ZCs.type.mmm.ext",
where "type" is the parameter type, ext" is the appropriate file extension,
and "mmm" is a dash-separated string of model names. The actual type of size compositions included
is determined by the R Markdown file specified by rmd.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.