I have come across this kind of a plot that performs hierarchical clustering over a given set of timeseries data. Can someone tell me how to draw such plots?
I am open to implementations in R or Javascript, especially using d3.js.

|
I have come across this kind of a plot that performs hierarchical clustering over a given set of timeseries data. Can someone tell me how to draw such plots? I am open to implementations in
|
||||
|
You can always create the plot by hand:
with base graphics, you the
(After writing this, I realize that it is probably easier to do with |
|||||
|
"How can I produce plots like this?"with patience and dedication – ajax333221 Mar 17 '12 at 5:30