type
defines the type of the plot. Possible values are:
- training: shows the mean distance to the code of the best matching unit during the training.
- count: Graphical Representation of how many observations are put into each unit.
- property: properties of each unit can be calculated and shown in colour code. It can be used to visualise the similarity of one particular object to all units in the map, to show the mean similarity of all units and the objects mapped to them, etcetera
- distance: shows the mean distance of objects mapped to a unit to the codebook vector of that unit. The smaller the distances, the better the objects are represented by unit.
- predict: properties of the properties to be modelled can be shown similarly to the "property" plot.
colors
colors to be used to generate the plots. If set to NULL, the default colors will be used. Format: list(red, green, blue)
Examples:
colors = list(c(0.1, 0.9), c(0.1, 0.9), c(0.1, 0.9)) For gray scale
colors = list(c(1.0, 0.0), c(0.0, 1.0), c(0.0, 0.0)) Red to green