write_addStat
writes a structure with all pars and stats for selected entries
Contents
Syntax
[allStat, info] = write_addStat (taxa, T, f)
Description
Appends/overwrites result of get_addStat to file allStat.mat, which is loaded and overwritten. Members of taxa should also be members of select. They should occur in sister-directory entries. If T and f are specified, all members of taxa are added with the same values; consider multiple calls otherwise.
Input:
- T: optional scalar with body temperature in Kelvin (default T_typical, which is entry-specific)
- f: optional scalar with scaled functional response (default 1)
Ouput:
- allStat: stucture with all parameters and statistics of all entries
- info: boolean for species in taxa present in lists-of-lists (1), or not (0)
Remarks
- See write_allStat for writing allStat from fresh for all entries.
- See read_allStat for extracting values from allStat.mat.
Example of use
write_addStat('Regulus_regulus') or write_addStat('Etheostoma')