plotZScoresGG: Plot z-scores from fits to data

Description Usage Arguments Value

View source: R/plotZScoresGG.R

Description

Function to plot z-scores from fits to data using ggplot2.

Usage

1
2
3
plotZScoresGG(afits, ci = 0.95, xlim = NULL, ylim = NULL,
  xlab = "years", ylab = "z-scores", label = "", ggtheme = theme_grey(),
  showPlot = TRUE, verbose = FALSE)

Arguments

afits

-

ci

- confidence interval to plot

xlim

- x axis limits (computed internally if NULL)

ylim

- y axis limits (computed internally if NULL)

xlab

- x axis title

ylab

- y axis title

label

- title for graph page

ggtheme

- theme for ggplot2

showPlot

- flag to print plot immediately

verbose

- flag (T/F) to print dagnostic info

Value

list of ggplot2 objects


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