rlbarter / superheat

An r package for generating beautiful and customizable heatmaps
https://rlbarter.github.io/superheat/
235 stars 29 forks source link

Documentation for hierarchical clustering options #7

Open rlbarter opened 7 years ago

rlbarter commented 7 years ago

There is currently no documentation explaining the distance and linkage options for clustering...

jeremycfd commented 6 years ago

Request: in distance documentation, explicitly state if euclidean distance matrices are squared or not (ward.D is only appropriate for squared distances, whereas ward.D2 is appropriate for non-squared distances).