powered by
Plot a dendrogram
# S3 method for sits_cluster plot(x, ..., cluster, cutree_height, palette)
The dendrogram object.
sits tibble with cluster indexes.
Further specifications for plot.
cluster object produced by `sits_cluster` function.
dashed horizontal line to be drawn indicating the height of dendrogram cutting.
HCL color palette.
Rolf Simoes, rolfsimoes@gmail.com
if (sits_run_examples()) { samples <- sits_cluster_dendro(cerrado_2classes, bands = c("NDVI", "EVI") ) }
Run the code above in your browser using DataLab