I'm looking for a log (base 10) colour scale to colour a SOM U-matrix plot in R. Specifically, looking for a colorRampPallette that will have more bins at the low end of the distribution than the high when colour coding in original units.
I found a possible lead here https://stat.ethz.ch/pipermail/r-help/2006-July/110187.html but this solution seemed to be overly complicated.
I'm not sure where to start with this but suspect somebody has already solved this log-scale palette problem?