get_addStat
adds all pars and stats to allStat.mat for specified entries
Contents
Syntax
allStat = get_addStat (taxa, T, f)
Description
gets model, MRE, SMSE, CLOMPLETE, author, date_subm, date_acc, all parameters and statistics of specified entries. Parameters are always expressed at T_ref, i.e. C2K(20), irrespective of input T.
Input:
- entries: cell string with taxa to be added
- T: optional scalar with body temperature in Kelvin for ststistics (default T_typical, which is entry-specific)
- f: optional scalar with scaled functional response (default 1)
Output:
- allStat: structure with all parameters and statistics values
Remarks
- Data are extracted and added in addStat
- Meant to be used in combination with write_addStat, which checks presence in sister-directory entries.
- The units and labels are given in AmPdata/allUnits and allLabel
Example of use
see write_addStat