extract_list {gapmap} | R Documentation |
Extract a list from the dendrogram object
Description
This function extract list of data.frames for drawing dendrograms
Usage
extract_list(d, type, segments_df = NULL, labels_df = NULL, ...)
Arguments
d |
dendrogram class object |
type |
either "triangular" or "rectangular". It determines the same of branches. |
segments_df |
data.frame storing the segment information |
labels_df |
data.frame storking the label positions |
... |
ignored |
Value
the extracted list
[Package gapmap version 1.0.0 Index]