plot.sits_cluster | R Documentation |
Plot a dendrogram
## S3 method for class 'sits_cluster'
plot(x, ..., cluster, cutree_height, palette)
x |
sits tibble with cluster indexes. |
... |
Further specifications for plot. |
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. |
The dendrogram object.
Rolf Simoes, rolf.simoes@inpe.br
if (sits_run_examples()) {
samples <- sits_cluster_dendro(cerrado_2classes,
bands = c("NDVI", "EVI"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.