Plots Data matrix as a pixel coulour image.
Pixelmatrix(Data, XNames, LowLim, HiLim,YNames, main,FillNotFiniteWithHighestValue=FALSE)
[1:n,1:d] Data cases in rows (n), variables in columns (d)
Optional: limits for the color axis
Optional: limits for the color axis
Optional: Vector - names for the X-ticks, NULL: no ticks at all
Optional: Vector - names for the Y-ticks, NULL: no ticks at all
Optoinal: String - Title of the plot
Optional: TRUE: fills not finite values with same color as the highest value
Michael Thrun, Felix Pape
Low values are shown in blue and green, middle values in yellow and high values in orange and red.
data("Lsun3D")
Data=Lsun3D$Data
# \donttest{
Pixelmatrix(Data)
# }
# \dontshow{
Pixelmatrix(Data[1:100,])
# }
Run the code above in your browser using DataLab