Re: [R] intensity map / plot

2011-10-03 Thread Martin Batholdy
thanks! On 03.10.2011, at 19:11, Uwe Ligges wrote: > See ?image > > Uwe Ligges > > > On 03.10.2011 19:05, Martin Batholdy wrote: >> Dear R-list, >> >> >> I would like to generate an intensity map based on a x * y matrix. >> >> Each point in the matrix should get plotted at the coordinate:

Re: [R] intensity map / plot

2011-10-03 Thread Uwe Ligges
See ?image Uwe Ligges On 03.10.2011 19:05, Martin Batholdy wrote: Dear R-list, I would like to generate an intensity map based on a x * y matrix. Each point in the matrix should get plotted at the coordinate: x = column / y = row with a color-intensity (for example gray-value) based on the

[R] intensity map / plot

2011-10-03 Thread Martin Batholdy
Dear R-list, I would like to generate an intensity map based on a x * y matrix. Each point in the matrix should get plotted at the coordinate: x = column / y = row with a color-intensity (for example gray-value) based on the actual value of this point. Is there a convenient package / functio