Z.anova: Z.anova

Description Usage Arguments Value Author(s) Examples

View source: R/Z.anova.R

Description

The function performs ANOVA and Tukey test. The results are plotted using boxplots, different letters indicate significant differences among tests. The figure is automatically saved in 16:9 at 300 dpi.

Usage

1
Z.anova(Germination.Analysis.output, colour = "yes", Test.int)

Arguments

Germination.Analysis.output

output from Germination.Analysis function

colour

can be "yes" (coloured by test.type) or "no" (BAW output) or a vector that specify the groups of testS (length of vector must be equal to n° of petri)

Test.int

character vector where are indicated the types of testS that would be compared

Value

Anova

anova results, summary(aov)

Tukey

Post-hoc Tukey test output

Test

TestS compared

Z

Z for each test analysed

Boxplot_Z

ggplot output

Author(s)

Michele Di Musciano (michele.dimusciano@graduate.univaq.it)

Examples

1
2
3
4
5
6
7
## load file and run the function

file_germ<-read.csv("your_germination_file.csv", sep=";", header=T)

Germination.Analysis.output<-Germination.Analysis(file_germ, Nv.seed = NULL, n.seed=20, cv=1.5)

Z.anova(Germination.Analysis.output, colour = "yes")

micdimu/ecoseeds documentation built on Aug. 10, 2020, 10:34 p.m.