-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplains_houses_rev.nex
103 lines (98 loc) · 2.77 KB
/
plains_houses_rev.nex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#NEXUS
BEGIN TAXA;
TITLE Taxa;
DIMENSIONS NTAX=40;
TAXLABELS
RedWillow1
Owens3
Holdredge2
MowryBluff1
TheodoreDavisB
TheodoreDavisC
PattersonSite4
LittlePawneeCreek1
SweetwaterSite2
Dodd17
Dodd29
Dodd76
Breeden2
Swanson3
Swanson4
PrettyHead7
Langdeau4
JiggsThompson4
Mitchell4
ThomasRiggs1
ThomasRiggs3
Cannonball1
Cannonball7
Bendish3
FireHeartCreek33
Huff1
Shermer4
BlackPartizan11
Arzberger3
CrowCreek1
CrowCreek3
TalkingCrow1
TalkingCrow8
Demery2
OversLaRoche3B
Molstad7
BigVillage1
BigVillage2
LikeAFishhook18
LikeAFishhook5
;
END;
BEGIN CHARACTERS;
TITLE Character_Matrix;
LINK TAXA = Taxa;
DIMENSIONS NCHAR=35;
FORMAT DATATYPE = STANDARD GAP = - MISSING = ? SYMBOLS = " 0 1";
MATRIX
RedWillow1 01000100100010000000100001000001000
Owens3 10000010100001000000100001001000000
Holdredge2 01000100100000100000000011000010000
MowryBluff1 01000100100000010000100001000100000
TheodoreDavisB 01000100100000000100000101000010000
TheodoreDavisC 01000100100000010000001001000001000
PattersonSite4 01000100100001000000001001000001000
LittlePawneeCreek1 00101000100100000001000001010000000
SweetwaterSite2 01000100100010000000000101001000000
Dodd17 00100100010000000100000101000001000
Dodd29 00101000010000010000000100100010000
Dodd76 00101000010000000100000101000010000
Breeden2 00101000010000100000000010100001000
Swanson3 00101000010000010000010000110000000
Swanson4 00010010010000010000010000110000000
PrettyHead7 00010010010000001000000100100001000
Langdeau4 00100010010000010000000100100010000
JiggsThompson4 00100100010000010000000101000100000
Mitchell4 00010010010000000100001000100010000
ThomasRiggs1 00010010010000000100000010100000001
ThomasRiggs3 00101000010010000000000100100010000
Cannonball1 00100010010000100000000101000010000
Cannonball7 00100100010000100000000101000010000
Bendish3 00100010010000001000000101000001000
FireHeartCreek33 00010010010000010000000100100010000
Huff1 00100100010001000000000100100000100
Shermer4 00100100010000100000000100100000010
BlackPartizan11 01000101000000100000010001000100000
Arzberger3 01000100100000100000010000100000100
CrowCreek1 01000100100000100000000101000000100
CrowCreek3 01000100100001000000000100100000100
TalkingCrow1 01000101000001000000000100100001000
TalkingCrow8 01000101000000000100000100100010000
Demery2 01000101000100000000000101000100000
OversLaRoche3B 01000101000010000000010001000100000
Molstad7 10000011000000100000100001000000001
BigVillage1 10000011001000000000000011000100000
BigVillage2 10000011000100000000000101000010000
LikeAFishhook18 01000101000010000010000001000000001
LikeAFishhook5 01000101000010000000010001000000001
;
END;
BEGIN ASSUMPTIONS;
TYPESET * UNTITLED = unord: 1 - 35;
END;