Description Usage Arguments Details Value Author(s) See Also
Create a bar chart of means with 95% confidence intervals bounded below by zero.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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 |
hline1 |
A logical indicating if a vertical line should be drawn where
the x-axis equals one. Default is |
hcol |
A character string used to identify the uniform color of all
bars, when only one color is needed, typically because there is one
|
text |
The size of the output font. Larger means bigger. Default is
|
This function creates a png
via ggplot2
.
A ggplot2
-styled bar chart, with bars oriented horizontally.
Jason Mitchell, based on original work by Zoe Gustafson.
ggplot2::ggplot
and friends, forcats
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.