User Tools

Site Tools


nexus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nexus [2008/01/30 09:38] heidinexus [2008/07/22 13:31] (current) – external edit 127.0.0.1
Line 12: Line 12:
 ===== format information ===== ===== format information =====
 standard text file standard text file
 +
 +
  
  
Line 69: Line 71:
  ;]  ;]
  MATRIX data-matrix;  MATRIX data-matrix;
 +END;
 +</code> example: <code>
 +BEGIN CHARACTERS;
 + DIMENSION NCHAR=3;
 + CHARSTATELABELS 1 hair/absent present, 2 color/red blue, 3 size/small big;
 + FORMAT TOKENS;
 + MATRIX
 +  taxon_1 absent red big
 +  taxon_2 absent blue small
 +  taxon_3 present blue small;
 END; END;
 </code> </code>
nexus.1201682328.txt.gz · Last modified: 2008/07/22 13:30 (external edit)