Description Usage Arguments Value
View source: R/plotCompsAsCirclesGG.R
Creates or adds to a circle plot of age or size comp.s.
1 2 3 4 |
dfr |
- dataframe from which to extract columns |
x |
- column name with x coordinates of circle centers |
y |
- column name with y coordinates of circle centers |
z |
- column name with values to be plotted as circles |
category |
- column name with values used as categories for plot |
faceting |
- formula (as string) for faceting (NULL=no faceting) |
title |
- title for plot |
xlim |
- x axis limits |
ylim |
- y axis limits |
xlab |
- x axis label |
ylab |
- y axis label |
alpha |
- alpha level for transparency (0-1) |
ggtheme |
- ggplot2 theme |
showPlot |
- flag to show (print) plot immediately on current graphics device |
verbose |
- flag (T/F) to print dagnostic info |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.