grid.imageFun {RGraphics} | R Documentation |
Draws an array of nrow
by ncol
rectangles.
grid.imageFun(nrow, ncol, cols, byrow=TRUE)
nrow, ncol |
Number of rows/columns in the image. |
cols |
Colors for the cells of the image (will be recycled). |
byrow |
Logical value indicating whether colors should be allocated to cells across rows or down columns. |