Learn R Programming

sits (version 0.13.0)

.sits_plot_som_map: Plot the SOM grid with neurons labeled

Description

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.

Usage

.sits_plot_som_map(koh, type = "codes", whatmap = 1)

Arguments

koh

SOM map produced by "sits_som_map" function

type

Type of plot ("codes" or "mapping")

whatmap

What data layer will be plotted.