I had another issue please if you can help ;
So when I made the tree with a bootstrap using aboot function with this code ( phylo<-aboot(obj, dist = nei.dist, sample = 67, tree = "nj", cutoff = 50, quiet = TRUE) I got the value on the branches but when I want to plot this using the plot.phylo to color parameter with the code ( plot.phylo(phylo,cex = 0.6,font = 10, adj = 0, tip.color = cols[obj$pop],
label.offset = 0.0125) I lost the bootstrap value and the tree is quite different from the one made with aboot , any explanation why the two trees are not the same and how to get the bootstrap value back, I tried to use the code ( nodelabels(phylo$node.label,
adj = c(1.3, -0.5), frame = "n",cex = 0.5,
font = 3, xpd=T) . Is it for bootstrapping ? when i used it I am getting some value on some branches but the value have like 10 numbers after the coma like ( 50.987634783837)
Thanks a lot for your help and for all these good packages.