forked from ms609/TreeTools
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
115 lines (114 loc) · 2.57 KB
/
NAMESPACE
File metadata and controls
115 lines (114 loc) · 2.57 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(AddTip)
export(AddTipEverywhere)
export(AllAncestors)
export(AllDescendantEdges)
export(AncestorEdge)
export(ApeTime)
export(BalancedTree)
export(C_node_depth)
export(CharacterInformation)
export(CladeSizes)
export(Cladewise)
export(CollapseEdge)
export(CollapseNode)
export(ConsensusWithout)
export(DescendantEdges)
export(DoubleFactorial)
export(DropSingleSplits)
export(EdgeAncestry)
export(EdgeDistances)
export(EnforceOutgroup)
export(ExtractTaxa)
export(ForestSplits)
export(IC1Spr)
export(ListToMatrix)
export(LnRooted)
export(LnRooted.int)
export(LnUnrooted)
export(LnUnrooted.int)
export(LnUnrootedMult)
export(LnUnrootedSplits)
export(LogDoubleFactorial)
export(LogDoubleFactorial.int)
export(LogTreesMatchingSplit)
export(MRCA)
export(MarkMissing)
export(MatrixToList)
export(MatrixToPhyDat)
export(MultiSplitInformation)
export(N1Spr)
export(NJTree)
export(NPartitions)
export(NRooted)
export(NSplits)
export(NUnrooted)
export(NUnrootedMult)
export(NUnrootedSplits)
export(NewickTree)
export(NeworderPhylo)
export(NeworderPruningwise)
export(NexusTokens)
export(NonDuplicateRoot)
export(OrderEdgesNumberNodes)
export(PectinateTree)
export(PhyDat)
export(PhyDatToMatrix)
export(PhyDatToString)
export(PhyToString)
export(PhydatToString)
export(Postorder)
export(PostorderEdges)
export(Preorder)
export(Pruningwise)
export(RandomTree)
export(ReadAsPhyDat)
export(ReadCharacters)
export(ReadTntAsPhyDat)
export(ReadTntCharacters)
export(ReadTntTree)
export(Renumber)
export(RenumberEdges)
export(RenumberTips)
export(RenumberTree)
export(RightmostCharacter)
export(RootTree)
export(SampleOne)
export(SingleTaxonTree)
export(SortTree)
export(SplitFrequency)
export(SplitInformation)
export(SplitNumber)
export(SplitsRepeated)
export(StringToPhyDat)
export(Subtree)
export(SupportColor)
export(SupportColour)
export(TNTText2Tree)
export(Tree2Bipartitions)
export(Tree2Splits)
export(TreeIsRooted)
export(TreeSplits)
export(TreesMatchingSplit)
export(UniqueSplits)
export(UnrootedTreesMatchingSplit)
export(doubleFactorials)
export(logDoubleFactorials)
importFrom(ape,bind.tree)
importFrom(ape,collapse.singles)
importFrom(ape,consensus)
importFrom(ape,drop.tip)
importFrom(ape,nj)
importFrom(ape,read.tree)
importFrom(ape,reorder.phylo)
importFrom(ape,root)
importFrom(ape,rtree)
importFrom(ape,write.tree)
importFrom(colorspace,diverge_hcl)
importFrom(graphics,legend)
importFrom(phangorn,Ancestors)
importFrom(phangorn,Descendants)
importFrom(phangorn,allDescendants)
importFrom(phangorn,dist.hamming)
importFrom(phangorn,phyDat)
useDynLib(TreeTools, .registration = TRUE)