Displaying 1 result from an estimated 1 matches for "kohenen".
Did you mean:
koenen
2011 Jul 28
1
ggplot2 help/suggestions needed
Hello,
I have written a version of the Kohenen Self Organizing Map (in R) and wish
to use ggplot2 for the visualization. My results are RGB values in a matrix
[x,y,1:3] where x and y comprise the first two dimensions and the third
dimension is the RGB vector.
I am not sure whether to use geom_tile or geom_hex as there really is no
binning at t...