Re: [R-sig-phylo] distances between the nodes

2017-03-01 Thread Wierzbinska, Justyna
Dear Klaus, Thanks a lot for your help and what is in that case xx and yy? Justyna From: Klaus Schliep [mailto:klaus.schl...@gmail.com] Sent: Friday, February 24, 2017 6:13 PM To: Eduardo Ascarrunz Cc: Wierzbinska, Justyna; r-sig-phylo@r-project.org Subject: Re: [R-sig-phylo] distances between

Re: [R-sig-phylo] distances between the nodes

2017-02-24 Thread Klaus Schliep
Dear Justyna tr$edge does not store coordinates, see help(phylo). if you want the coordinates of the nodes of your last plotted tree you can get them: library(ape) tree = rtree(5) nodelabels() tiplabels() last_plot = get("last_plot.phylo", envir = .PlotPhyloEnv) last_plot$xx and last_plot$yy

[R-sig-phylo] distances between the nodes

2017-02-24 Thread Wierzbinska, Justyna
Dear Ape users, I'be grateful for your help with my ape problems. I find it difficult to figure out how I can look at the distances between the main nodes generated in the phylogenetic tree below. My idea is to extract the distances between NBCs to hiMBCs. Somehow looking at the exemplary