Re: [R-sig-phylo] Convert Node Labels to Edge Labels

2016-02-02 Thread Emmanuel Paradis
Hi Will, This issue comes out from time to time (last time for me during a workshop last week). So I just wrote a function to do that: drawSupportOnEdges <- function(value, ...) { lastPP <- get("last_plot.phylo", envir = .PlotPhyloEnv) n <- lastPP$Ntip m <- lastPP$Nnode if (len

[R-sig-phylo] Convert Node Labels to Edge Labels

2016-02-01 Thread William Gearty
Hi all, I have some tree files with bootstrap support values associated with the nodes. Of course, these bootstrap support values should really be associated with the branches, not the nodes, especially as I prepare these trees as figures for publication. So, my question is, once I have imported