I have created a clustering with the help of the kohonen package in R. The cluster is defined by 6 different attributes, and results in a 15x15 matrix = 225 different clusters.
Now I want to create some kind of legend, to fill every cluster visualisation with a different color depending on a certain value (like a heatmap). The problem is, that this certain value is not part of the 6 attributes, which define the clusters. Because of this I cannot work with the standard heatmap-feature within the SOM-Package, because it only supports a heatmap of values that took part in the calculations.
Is there any way to include those values from outside the cluster-calculation into the heatmap?
Thank you very much!