Plot a dendrogram
.sits_plot_dendrogram(
data,
cluster_obj,
cutree_height = NULL,
colors = "RdYlGn"
)
sits tibble with data used to extract the dendrogram.
cluster object produced by `sits_cluster` function.
dashed horizontal line to be drawn indicating the height of dendrogram cutting.
color scheme as per .sits_brewer_color_name` function.
The plot itself.