R/is.phyloseq.R

is.phyloseq <- function (x) {
    length(x) == 1 && is(x) == "phyloseq"
}
microbiome/microbiome documentation built on Aug. 22, 2023, 7:12 a.m.