Plot of a Pixel Matrix
Plots Data matrix as a pixel coulour image.
Pixelmatrix(Data, XNames, LowLim, HiLim, YNames, main,FillNotFiniteWithHighestValue=FALSE)
Data
: [1:n,1:d] Data cases in rows (n), variables in columns (d)LowLim
: Optional: limits for the color axisHiLim
: Optional: limits for the color axisXNames
: Optional: Vector - names for the X-ticks, NULL: no ticks at allYNames
: Optional: Vector - names for the Y-ticks, NULL: no ticks at allmain
: Optoinal: String - Title of the plotFillNotFiniteWithHighestValue
: Optional: TRUE: fills not finite values with same color as the highest valueLow values are shown in blue and green, middle values in yellow and high values in orange and red.
Michael Thrun, Felix Pape
data("Lsun3D") Data=Lsun3D$Data Pixelmatrix(Data)