| getImages,Screen-method | R Documentation | 
Get all images of a screen
## S4 method for signature 'Screen'
getImages(omero, fieldIndex = 1)
| omero | The screen | 
| fieldIndex | The fieldIndex (default = 1) | 
A list of image arrays [[i, j]] (one array per plate) 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(screen)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.