Learn R Programming

romero.gateway (version 0.4.4)

getImages,Screen-method: Get all images of a screen

Description

Get all images of a screen

Usage

# S4 method for Screen
getImages(omero, fieldIndex = 1)

Arguments

omero

The screen

fieldIndex

The fieldIndex (default = 1)

Value

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

Examples

Run this code
# NOT RUN {
images <- getImages(screen)
# }

Run the code above in your browser using DataLab