ExtImage | R Documentation |
Image
class in SFE objectsThis is a thin wrapper around the Image
class in the
EBImage
package so it inherits from VirtualSpatialImage
to be
compatible with SpatialExperiment
from which SFE inherits. An
ext
field is added to specify the spatial extent of the image in
microns to facilitate geometric operations on the SFE object (including the
images) and plotting with Voyager
.
## S4 method for signature 'ExtImage'
show(object)
ExtImage(img, ext = NULL)
object |
An |
img |
An |
ext |
Numeric vector with names "xmin", "xmax", "ymin", "ymax" in
microns indicating the spatial extent covered by the image. If |
An ExtImage
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.