View source: R/modelComparisons.ModelFits.ACD.R
| modelComparisons.ModelFits.ACD | R Documentation | 
Function to render a document of comparison plots for model fits to aggregated abundance/biomass data.
modelComparisons.ModelFits.ACD(
  models,
  plot1stObs = TRUE,
  output_format = c("word_document", "pdf_document"),
  output_dir = getwd(),
  rmd = system.file("rmd/modelComparisons.ModelFits.ACD.Rmd", package = "rCompTCMs"),
  docx_styles = system.file("rmd/StylesForRmdDocs.docx", package = "wtsUtilities"),
  pdf_styles = system.file("rmd/StylesForRmdPDFs.sty", package = "wtsUtilities"),
  clean = FALSE
)
models | 
  | 
plot1stObs | 
  | 
output_format | 
  | 
output_dir | 
  | 
rmd | 
  | 
docx_styles | 
  | 
pdf_styles | 
  | 
clean | 
  | 
rmd_dir | 
  | 
Resulting document title will be of the form "ModelComparisons.ModelFits.ACD.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.