data(ITS1, ITS2, meta)
## Not run:
# # inputs are OTU tables
# group.indicators(data=list(ITS1=ITS1, ITS2=ITS2), is.OTU=TRUE,
# meta, factor = c(Province="Province"),
# rank="g")
# group.indicators(data=list(ITS1=ITS1), is.OTU=TRUE, meta,
# factor = c(Province="Province"),
# rank=NULL)
# group.indicators(data=list(ITS1=ITS1), is.OTU=TRUE, meta,
# factor = c(Province="Province"),
# rank=NULL)
# # inputs are taxonomic abundance matrices
# g1 <- tax.abund(ITS1, rank="g")
# g2 <- tax.abund(ITS2, rank="g")
# group.indicators(data=list(g1=g1, g2=g2), is.OTU=FALSE, meta,
# factor = c(Province="Province"),
# rank="g")
# ## End(Not run)
Run the code above in your browser using DataLab