plotTCSAM2015I: Plot TCSAM2015 model output

Description Usage Arguments Details Value

View source: R/plotTCSAM2015I.R

Description

Function to plot data and results from a TCSAM2015 model run.

Usage

1
2
3
plotTCSAM2015I(repObj = NULL, prsObj = NULL, stdObj = NULL,
  objList = NULL, ggtheme = theme_grey(), showPlot = TRUE, pdf = NULL,
  width = 14, height = 8, verbose = FALSE)

Arguments

repObj

- tcsam2015.rep object based on sourcing a TCSAM2015 model report file. can be NULL.

prsObj

- tcsam2015.prs object based on reading a TCSAM2015 active parameters csv file. can be NULL.

stdObj

- tcsam2015.std object based on reading a TCSAM2015 std file. can be NULL.

objList

- list with optional elements repObj, prsObj, stdObj (an optional way to provide the Obj's)

ggtheme

- a ggplot2 theme to use with ggplot2 plots

showPlot

- flag to show plots immediately

pdf

- filename for pdf output (optional)

width

- pdf page width (in inches)

height

- pdf page width (in inches)

verbose

- flag (T/F) to print diagnostic info

Details

none

Value

multi-level list of ggplot2 objects


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.