Rebecca Barter

Results 21 comments of Rebecca Barter

Can you elaborate a little more on what you mean?

I see what you're suggesting. At some point I might add this functionality, but at the moment doing this would only require one extra line converting the distance matrix to...

Ah I see - so you want to provide the original dendrogram but plot the distance matrix. I'll add this to my list of features to add... it might be...

Thanks for pointing this out. I will look into it, but I suspect that it has to do with the underlying ggplot function and there may be nothing that I...

Thanks David, I really appreciate it!

You should be able to color the top three values manually as your code seems to indicate. I will think about adding text capabilities to the adjacent plots. Currently it's...

Hi Yasin, The hierarchical clustering by default uses Euclidean distance, but you can change that to any of "maximum", "manhattan", "canberra", "binary", or "minkowski" using the `dist.method` argument. I hadn't...

At the moment this isn't possible. This is definitely on my list of things to do, but is one of the more complicated features to add so probably won't be...

Good idea - I'll add this to my list and get to it eventually!

There have been many requests for this feature -- it's one of the ones at the top of my list :).