assist.cca(otu1, otu2 = NULL, meta, full = TRUE, exclude = NULL, rank, na.action=na.exclude)
assist.rda(otu1, otu2 = NULL, meta, full = TRUE, exclude = NULL, rank, na.action=na.exclude)otu1/otu2).
na.action in cca
for detail.
otu1 and otu2 are given, a list of length
2 will be returned with the following items (if only otu1
is given, a list of length 1 will be returned with these items):
cca, anova.cca
data(ITS1, meta)
cca.help <- assist.cca(ITS1, meta=meta, rank="p")
cca.help$anova
Run the code above in your browser using DataLab