plotZScores: Plot z-scores from a set of model runs

Description Usage Arguments Details Value

Description

Function to plot z-scores from a set of model runs.

Usage

1
2
3
4
plotZScores(dfr, x = "y", y = "zscore", color = NULL, shape = NULL,
  position = "identity", dodge = 0.2, facets = NULL,
  facet.scales = "fixed", xlab = "year", ylab = NULL, title = NULL,
  legend = NULL, xlims = NULL, ylims = NULL, showPlot = TRUE)

Arguments

dfr

- dataframe

x

- column name for x axis (default = 'year')

y

- column name for y axis (default='z-score')

color

- column name for color levels (or NULL)

shape

- column name for shape levels (or NULL)

position

- indicates ggplot2 position_ to use ('dodge','jitter','identity',)

facets

- string giving faceting formula for facet_grid

facet.scales

- ggplot2 scales option for facet_grid

xlab

- label for x axis

ylab

- label for y axis

title

- title for plot

xlims

- limits for x axis

ylims

- limits for y axis

showPlot

- flag (T/F) to show plot immediately

Details

None.

Value

ggplot2 object


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