[Phylobase-commits] r794 - pkg/inst/nexusfiles
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Apr 24 17:10:40 CEST 2010
Author: francois
Date: 2010-04-24 17:10:40 +0200 (Sat, 24 Apr 2010)
New Revision: 794
Added:
pkg/inst/nexusfiles/treeRoundingError.nex
Log:
another nexus file example which illustrated the rounding differences between unix and windows platforms
Added: pkg/inst/nexusfiles/treeRoundingError.nex
===================================================================
--- pkg/inst/nexusfiles/treeRoundingError.nex (rev 0)
+++ pkg/inst/nexusfiles/treeRoundingError.nex 2010-04-24 15:10:40 UTC (rev 794)
@@ -0,0 +1,35 @@
+#NEXUS
+
+BEGIN TAXA;
+ DIMENSIONS NTAX=4;
+ TAXLABELS
+ spA spB spC spD
+ ;
+
+END;
+
+
+BEGIN CHARACTERS;
+ TITLE 'Morphology';
+ DIMENSIONS NCHAR=1;
+ FORMAT DATATYPE = CONTINUOUS;
+CHARSTATELABELS
+ 1 testTest;
+MATRIX
+ spA 0.6263965
+ spB 0.7741235
+ spC 1.0180075
+ spD 1.0856245
+;
+
+END;
+
+BEGIN TREES;
+ TRANSLATE
+ 1 spA,
+ 2 spB,
+ 3 spC,
+ 4 spD;
+ TREE testTree = (1,(2,(3,4)));
+END;
+
More information about the Phylobase-commits
mailing list