Description Usage Arguments Note Examples
Produces boxplots and performs a U-Test or a t-Test.
| 1 | env_boxplot_2G(env, type = NULL, group.col = 0)
 | 
| env | table of data (must be numeric) | 
| type | selection of test (“u.test”, “t.test”) | 
| group.col | column of the group info (must be a factor) | 
Information about the U-Test read wilcox.test and the t-Test read t.test
| 1 2 3 4 | dat <- iris[1:100,]
results <- env_boxplot_2G(env = dat, type = "u.test", group.col = 5)
results
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.