biomass.barplot: Plot biomass data

Description Usage Arguments See Also Examples

View source: R/plot.R

Description

Create a barplot for biomass (qPCR) inoculation data

Usage

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

Arguments

ino

a list contains inoculation biomass 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, biomass.test, lesion.barplot and grade.barplot.

Examples

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

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