merge_taxa(x, eqtaxa, archetype=1)## S3 method for class 'phyloseq':
merge_taxa(x, eqtaxa,
archetype = eqtaxa[which.max(taxa_sums(x)[eqtaxa])])
## S3 method for class 'sample_data':
merge_taxa(x, eqtaxa, archetype = 1L)
## S3 method for class 'otu_table':
merge_taxa(x, eqtaxa,
archetype = eqtaxa[which.max(taxa_sums(x)[eqtaxa])])
## S3 method for class 'phylo':
merge_taxa(x, eqtaxa, archetype = 1L)
## S3 method for class 'XStringSet':
merge_taxa(x, eqtaxa, archetype = 1L)
## S3 method for class 'taxonomyTable':
merge_taxa(x, eqtaxa, archetype = 1L)