File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Collate:
5252 'add_characters.R'
5353 'add_meta.R'
5454 'add_namespaces.R'
55+ 'nexmlTree.R'
5556 'add_trees.R'
5657 'character_classes.R'
5758 'concatenate_nexml.R'
@@ -71,7 +72,6 @@ Collate:
7172 'internal_name_by_id.R'
7273 'internal_nexml_id.R'
7374 'meta.R'
74- 'nexmlTree.R'
7575 'nexml_add.R'
7676 'nexml_get.R'
7777 'nexml_methods.R'
Original file line number Diff line number Diff line change 1+ # ' @include nexmlTree.R
2+ NULL
3+
14# ' add_trees
25# '
36# ' add_trees
Original file line number Diff line number Diff line change 1+ # ' @include nexmlTree.R
2+ NULL
3+
14# ' extract all phylogenetic trees in ape format
25# '
36# ' extract all phylogenetic trees in ape format
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ setClass("phyloS4",
44 tip.label = " character" ,
55 edge.length = " numeric" ))
66setOldClass(" phylo" , S4Class = " phyloS4" )
7- # FIXME repeat selectMethod for all ape, geiger, etc methods(??)
8- selectMethod(" show" , " phylo" )
9- removeClass(" phyloS4" )
7+
8+ # # multiPhylo and multiPhyloList are used in other files, but perhaps it is
9+ # # best to keep the definitions all here
10+ setOldClass(" multiPhylo" )
11+ setOldClass(" multiPhyloList" )
1012
1113setClass ("nexmlTree ", slots = c(nexml = "nexml"), contains="phylo")
1214setMethod ("show ", "nexmlTree", function(object) print.phylo(object))
You can’t perform that action at this time.
0 commit comments