Description Usage Arguments Author(s) See Also Examples
View source: R/copies_from_Useful4me.R
Make a box-and-whisker plot with showing the number of elements in each group
If Y-axis is in log-scale, outliers are determined after log-transformation,
unlike boxplot
.
1 2 3 4 5 6 7 8 9 10 |
formula, data, subset, na.action |
same as those for |
... |
arguments to be passed to |
test |
the test to check the difference between groups. If this is
|
test_txt_par |
a list of parameters to control on displaying the test
result. refer to |
nEle_txt_par |
a parameter list for displaying the number of elements of
each group. The default is |
Mun-Gwan Hong, mun-gwan.hong@scilifelab.se
1 2 | data <- data.frame("y"= rnorm(20), "x"= gl(2, 10))
boxplot_nEle(y ~ x, data, test= "t.test", test_txt_par= list("col"= "blue"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.