pedigree

gets classification tree of a taxon

Contents

Syntax

tree = pedigree (taxon)

Description

gets a tree of all species in the add_my_pet collection that belong to a particular taxon and writes the value of a parameter or statistic behind entry names.

Input:

Output:

Remarks

The default root is Animalia. If chosen as taxon, a tree of all species in the collection results. New lines are written with char(10), tabs with char(9). The classification follows that of Wikipedia. See prtStat for lists without tree. See treeview_taxa for an interactive tree in html.

Example of use

tree = pedigree or tree = pedigree('Mollusca') or pedigree('Alcidae', 'p_M')