Whether exists in "R" the output of result in a file? ----- Original Message ----- From: Alexey Fomin To: [email protected] Sent: Monday, June 16, 2014 11:26 AM Subject: Very long tree.
I have tried tetrapod tree (it is very long ultrametric tree: http://www.onezoom.org/user/tetrapods_tree.js - 22821 species). I need to know distances from a root up to the ends of branches. But something was wrong: the command that I wrote (library(ape) tree <- read.tree (file.choose()) n <- Ntip(tree) bt.times<-branching.times(tree) res <- c(rep(bt.times[1], n), bt.times[1] - bt.times) res was disappeared and not all dates was appeared. When I use short tree then all OK. Can you halp? [[alternative HTML version deleted]] _______________________________________________ R-sig-phylo mailing list - [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-phylo Searchable archive at http://www.mail-archive.com/[email protected]/
