Description Usage Arguments Value Examples
draw one way bar plot
1 2 3 4 5 6 7 8 9 | ggplot2.barplot.oneway(
trt,
means,
std,
label,
xlab = NULL,
ylab = NULL,
theme.params = NULL
)
|
trt |
the treatment of the one-way experiment |
means |
mean of each treatment |
std |
standard deviation of each treatment |
label |
Significance label of each treatment |
xlab |
x axis title |
ylab |
y axis title |
theme.params |
y theme paramter used to revise ggplot2 theme |
a ggplot2 object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.