plots a SOM map generated by "sits_som_map".
The plot function produces different plots based on the input data.
If type is "codes", plots the vector weight for in each neuron.
If type is "mapping", shows where samples are mapped.
Usage
# S3 method for som_map
plot(x, y, ..., type = "codes", band = 1)