Description Usage Arguments Author(s) Examples
plots a SOM map generated by "sits_som_map" The plot function produces different plots based on the input data:
"codes": Plot the vector weight for in each neuron.
"mapping": Shows where samples are mapped.
1 2 |
x |
Object of class "som_map" |
y |
Ignored |
... |
Further specifications for plot. |
type |
Type of plot: "codes" for neuron weight (time series) and "mapping" for the number of samples allocated in a neuron. |
whatmap |
What data layer will be plotted. |
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 5 6 | # Produce a cluster map
som_cluster <- sits_som_map(prodes_226_064)
# Plot the clusters
plot(som_cluster, type = "codes")
# Plot kohonen map showing where the samples were allocated
plot(som_cluster, type = "mapping")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.