BioFormatsImage-getters | R Documentation |
BioFormatsImage
gettersisFULL
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.
## S4 method for signature 'BioFormatsImage'
isFull(x)
## S4 method for signature 'BioFormatsImage'
origin(x)
## S4 method for signature 'BioFormatsImage'
transformation(x)
x |
A |
For isFull
: Logical scalar indicating whether the extent is
the full extent. For origin
: Numeric vector of length 2.
For transformation
, a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.