.sits_plot_som_evaluate_cluster {sits}R Documentation

Plot information about confusion between clusters

Description

Plot a bar graph with information about each cluster. The percentage of mixture between the clusters.

Usage

.sits_plot_som_evaluate_cluster(
  data,
  cluster_name = NULL,
  title = "Confusion by cluster"
)

Arguments

data

Percentage of mixture between the clusters

cluster_name

Choose the cluster to plot

title

Title of plot.

Value

ggplot2 object

Author(s)

Lorena Santos lorena.santos@inpe.br


[Package sits version 0.16.2 Index]