.sits_plot_dendrogram: Plot a dendrogram
Description
Plot a dendrogram
Usage
.sits_plot_dendrogram(data, cluster, cutree_height, palette)
Value
The dendrogram object.
Arguments
- data
sits tibble with data used to extract the dendrogram.
- cluster
cluster object produced by `sits_cluster` function.
- cutree_height
dashed horizontal line to be drawn
indicating the height of dendrogram cutting.
- palette
hcl color palette.