powered by
Get number of leaves for each taxon in an object of type [taxonomy()] or [taxmap()], not including leaves of subtaxa etc.
obj$n_leaves_1() n_leaves_1(obj)
numeric
([taxonomy()] or [taxmap()])
Other taxonomy data functions: classifications(), id_classifications(), is_branch(), is_internode(), is_leaf(), is_root(), is_stem(), map_data(), map_data_(), n_leaves(), n_subtaxa(), n_subtaxa_1(), n_supertaxa(), n_supertaxa_1(), taxon_ids(), taxon_indexes(), taxon_names(), taxon_ranks()
classifications()
id_classifications()
is_branch()
is_internode()
is_leaf()
is_root()
is_stem()
map_data()
map_data_()
n_leaves()
n_subtaxa()
n_subtaxa_1()
n_supertaxa()
n_supertaxa_1()
taxon_ids()
taxon_indexes()
taxon_names()
taxon_ranks()
# Get number of leaves for each taxon n_leaves_1(ex_taxmap) # Filter taxa based on number of leaves filter_taxa(ex_taxmap, n_leaves_1 > 0)
Run the code above in your browser using DataLab