Description Usage Arguments Details Value Author(s) See Also
Create a stacked bar chart of means bounded below by zero.
1 |
df |
A |
fileSave |
A character string used to name the plot file. |
title |
A character string used to entitle the plot. |
xlab |
A character string used to label the x-axis. |
ylab |
A character string used to label the y-axis. |
dir |
A character string used to identify the directory into which
output is to be saved. The directory should have a trailing slash
" |
height |
A number indicating the height of the resulting |
width |
A number indicating the width of the resulting |
text |
The size of the output font. Larger means bigger. Default is
|
This function creates a png
via ggplot2
.
A ggplot2
-styled stacked bar chart, with bars oriented horizontally.
Jason Mitchell
ggplot2::ggplot
and friends, forcats
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.