data.tree icon indicating copy to clipboard operation
data.tree copied to clipboard

Slow conversion between data.tree and Newick format

Open cysouw opened this issue 7 years ago • 4 comments

Is there a way to speed up this conversion, specifically with ToNewick?

library(ape)
data(bird.families)
system.time(bf <- as.Node(bird.families))
system.time(n <- ToNewick(bf))

cysouw avatar Apr 15 '17 13:04 cysouw