powered by
vis.rarefaction(.muc.res, .groups = NULL, .log = F)
muc
data(twb) names(twb) # "Subj.A" "Subj.B" "Subj.C" "Subj.D" twb.rar <- rarefaction(twb, .col = "Read.count") vis.rarefaction(twb.rar, list(A = c("Subj.A", "Subj.B"), B = c("Subj.C", "Subj.D")))
Run the code above in your browser using DataLab