grade.barplot: Plot grade data

Description Usage Arguments See Also Examples

View source: R/plot.R

Description

Create a barplot for grade inoculation data

Usage

1
grade.barplot(ino, alternative, paired, ...)

Arguments

ino

a list contains inoculation grade data.

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter.

paired

a character string specifying if the experiment is paired, can be TRUE or FALSE (default). You can specify just the initial letter.

See Also

aid, ino.colors, grade.test, dsi, lesion.barplot and biomass.barplot.

Examples

1
2
3
demo <- system.file("extdata", "demo1.tsv", package="aid")
dat <- read.table(demo, header = TRUE, check.names=FALSE)
grade.barplot(dat, alternative = "t", paired = FALSE)

wangqinhu/aid documentation built on May 4, 2019, 12:58 a.m.