Closed brspurri closed 8 years ago
I google "R dendrogram JSON", and find: https://gist.github.com/markvanderloo/13b4447e14e642635984
Call
s <- d3dendrogram(cutTree$dendrogram)
cat(s, file="dendrogram.html", sep="\n")
It is able to create a html file dendrogram.html
to show D3 dendrogram.
Wow, yeah, this is an awesome start. Thanks!
Is there any supported (or unsupported) way to create a dendrogram using:
And export the
cutTree
to a hierarchialJSON
format? I would love to be able to display the graphs in d3, but not sure how to go about starting the format conversions.Does anyone have any pointers?