env_boxplot_2G: Produces boxplots for two groups

Description Usage Arguments Note Examples

Description

Produces boxplots and performs a U-Test or a t-Test.

Usage

1
env_boxplot_2G(env, type = NULL, group.col = 0)

Arguments

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)

Note

Information about the U-Test read wilcox.test and the t-Test read t.test

Examples

1
2
3
4
dat <- iris[1:100,]

results <- env_boxplot_2G(env = dat, type = "u.test", group.col = 5)
results

SvenRubanschi/simpECO documentation built on June 4, 2019, 12:13 a.m.