Description Usage Arguments Value
View source: R/visualization.R
barplot with points and error bars based on mulitple samples data.
1 | barPointError(data, x, y, fill, point = TRUE, errbar = TRUE)
|
data |
The data frame to plot. |
x |
The column used as X axis. |
y |
THe column used as Y axis. |
fill |
THe column used as groups. |
point |
Whether to plot points. |
errbar |
Wheter to plot error bars. |
ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.