| .sits_plot_som_map {sits} | R Documentation |
Given a kohonen object with a set of time neurons, plot them.
The plot function produces different plots based on the input data:
"codes": Plot the vector weight for each neuron.
"mapping": Shows where samples are mapped.
.sits_plot_som_map(koh, type = "codes", band = 1)
koh |
SOM map produced by "sits_som_map" function |
type |
Type of plot ("codes" or "mapping") |
band |
What band will be plotted |
Lorena Santos lorena.santos@inpe.br