Description Usage Arguments Value
Function to plot a comparison of z-scores from a set of model runs.
1 2 3 4 |
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 |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.