isFULL
indicates if the extent is the full extent of the image.
origin
gets the x-y coordinates of the origin of the image, i.e. the
smallest possible x-y coordinate values within the full image.
Usage
# S4 method for BioFormatsImage
isFull(x)
# S4 method for BioFormatsImage
origin(x)
# S4 method for BioFormatsImage
transformation(x)
Arguments
- x
A
BioFormatsImage
object.