Re: [R] plotting radial dendrograms

2010-06-18 Thread Joris Meys
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

[R] plotting radial dendrograms

2010-06-17 Thread Carson Farmer
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