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 class 'BioFormatsImage'
isFull(x)
# S4 method for class 'BioFormatsImage'
origin(x)
# S4 method for class 'BioFormatsImage'
transformation(x)
Arguments
- x
A
BioFormatsImage
object.