read_eco
read eco codes in allEco.mat for specified entries
Contents
Syntax
codes = read_eco(entries, varargin)
Description
Reads eco-codes in allEco.mat for specified entries.
Input:
- entries: n-cell string with names of entries
- varargin: names of variables or cell-string with names of variables
Output
- codes: (n,x)-cell-array with codes
Remarks
- Use read_allEco to include all entries.
- See also prt_ecoCodes to print a table with ecoCodes.
Example of use
embryo = read_eco(select('Aves'), 'embryo');