Converting a dendrogram into a graph for a D3 force directed layout
I wrote this code for a project that didn’t work out but I thought I’d share. It takes the dendrogram produced by hclust in R and converts it into json to be used in a D3 force directed graph (slicing the dendrogram near the top to create a ... [Read more...]