prtStat
Print parameter or stastistic of selected entries names and values
Contents
Syntax
[nm, val, units, label] = prtStat(taxa, var, in)
Description
Print parameter or statistic values for selected entries to screen.
Input:
- taxa: cell-string with taxa
- var: character string with parameter or statistic
- in: optional scalar with indicator for ordering increasing (1), decreasing (-1), no printing to screen (0); default: no ordering and printing to screen (empty)
Output
- nm: n-cellstring with names of entries
- val: n-vector with values for parameter or statistic
- units: charactore string with units
- label: charactore string with label
Remarks
See pedigree for lists with tree
Example of use
prtStat({'Paridae','Cyprinidae'}, 'p_M');