In which format do you get the dendrogram out of the C code? If it's
possible to get it as a newick or nexus formatted tree, you can get it
easily into R with read.tree() or read.nexus() in the ape package.
newick2phylog() from the ade4 package can be helpful as well, as you
get a phylog object and
Dear list,
I am trying to plot a radial dendrogram using the ape package, which
requires my data to be of class 'phylo'. Currently I have my
dendrogram stored as an object of class 'dendrogram' which was
produced from an outside bit of C code, but was made into an object of
class 'igraph.eigenc' a
2 matches
Mail list logo