Usage
# S3 method for class 'list_phyloseq'
length(x)
Arguments
- x
A list_phyloseq object.
Value
An integer: the number of phyloseq objects stored.
Examples
lpq <- list_phyloseq(list(a = data_fungi, b = data_fungi))
#> ℹ Building summary table for 2 phyloseq objects...
#> ℹ Computing comparison characteristics...
#> ℹ Checking sample and taxa overlap...
#> ℹ Detected comparison type: REPRODUCIBILITY
#> ℹ 185 common samples, 1420 common taxa
#> ✔ list_phyloseq created (REPRODUCIBILITY)
length(lpq) # 2
#> [1] 2