Usage
plotImageRotated(data, col.vals = c(), row.vals = c(), scale = TRUE, col = heat.colors(20), zlim = range(data, na.rm = TRUE), title = "", useRaster = TRUE, xlab = "", ylab = "", ...)
Arguments
data
matrix: data to be plotted
col.vals
numeric vector: coordinate values for the columns of data
row.vals
numeric vector: coordinate values for the rows of data
scale
logical: whether to plot a color scale besides the plot
col
color vector: colors to create the color scale.
zlim
numeric vector (length two): outer
limits of the color-scale. Values above or below this
range are colored brighter/darker than the maximum/minimum
color (see ?plotColorScale).
title
character string: title of the color legend
useRaster
argument passed to image() to decide whether to
draw polygons (FALSE) or use a bitmap raster (TRUE).
...
further arguments passed to image