This function draws a gapped dendrogram using the ggplot2 package. The input for the function is the gapdata class object, generated from gap_data() function.
gap_dendrogram(
data,
leaf_labels = TRUE,
rotate_label = FALSE,
orientation = c("top", "right", "bottom", "left"),
...
)
a ggplot object
gapdata class object
a logical to show labels or not
a logical to rotate labels or not
a character to set the orientation of dendrogram. Choices are "top", "right", "bottom", "left".
ignored