compareModelResults.ObjFunComponents: Compare changes in objective function components from a base...

Description Usage Arguments Details Value

Description

Function to compare changes in objective function components from a base model for several models.

Usage

1
2
compareModelResults.ObjFunComponents(obj, base = NULL, y = c("diff",
  "objFun"), showPlot = FALSE, pdf = NULL)

Arguments

obj

- object that can be converted into a list of tcsam2013.resLst objects

base

- name of case to use as base model, or NULL to use first

y

- 'diff' or 'objFun'

showPlot

- flag (T/F) to show plot

pdf

- filename for pdf output

Details

If 'base' is not given, objective function component comparisons are relative to the first case. NEGATIVE differences indicate a better fit (smaller value for the component in the alternative model). Selecting y="diff" plots relative objective function values–i.e., relative to the base model. Selecting y="objFun" plots absolute values.

Value

list of ggplot2 objects


wStockhausen/rTCSAM2013 documentation built on May 3, 2019, 7:13 p.m.