compareModels.PopQuants: Compare population quantities from TCSAM2015 and rsimTCSAM...

View source: R/compareModels.PopQuants.R

compareModels.PopQuantsR Documentation

Compare population quantities from TCSAM2015 and rsimTCSAM model runs.

Description

Function to compare population quantities from TCSAM2015 and rsimTCSAM model runs.

Usage

compareModels.PopQuants(
  tcsams = NULL,
  rsims = NULL,
  showPlot = TRUE,
  pdf = NULL,
  width = 8,
  height = 6,
  verbose = FALSE
)

Arguments

tcsams
  • single TCSAM2015 model report object, or named list of such

rsims
  • single rsimTCSAM results object, or named list of such

showPlot
  • flag to show/print plots immediately

pdf
  • name of pdf file to record plot output to

width
  • pdf page width (in inches)

height
  • pdf page width (in inches)

verbose
  • flag (T/F) to print debug info

Details

none.

Value

list of ggplot2 objects


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.