| getImages,Plate-method | R Documentation | 
Get all images of a plate
## S4 method for signature 'Plate'
getImages(omero, fieldIndex)
| omero | The plate | 
| fieldIndex | Optional field index (only take the specific field into account) | 
The images as array [[i, j]] where i is the well index and j is the field index; unless fieldIndex was specified, then a list of images is returned. @seealso Image
## Not run: 
images <- getImages(plate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.