tile {EBImage} | R Documentation |
Generates a tiled image from a stack of images
# S4 methods for classes 'Image' and 'list': tile(x, nx=10, grid.wd=1, grid.col="#E4AF2B", bg.col="black")
x
Image-class
or a list of such objects.
Images must be grayscale and carry object indexing information, like those
returned by watershed
or propagate
. nx
grid.wd
grid.col
grid.wd > 0
).
This will be converted to Grayscale if the color mode of x
is Grayscale. bg.col
x
is Grayscale.
An object of Image-class
in the same color mode as x
.
2007 Oleg Sklyar : osklyar@ebi.ac.uk