getHistoImage | R Documentation |
Extracts the S4-containers of registered images. Note that
slot @image might be empty. Use loadImage()
in that case.
getHistoImage()
: Extracts object by name. By default, the active HistoImage
image is returned.
getHistoImageRef()
: Extracts the reference HistoImage
object.
getHistoImage(object, ...)
## S4 method for signature 'SPATA2'
getHistoImage(object, img_name = activeImage(object), ...)
## S4 method for signature 'SpatialData'
getHistoImage(object, img_name = activeImage(object), ...)
getHistoImageRef(object, ...)
## S4 method for signature 'SPATA2'
getHistoImageRef(object, ...)
## S4 method for signature 'SpatialData'
getHistoImageRef(object, ...)
object |
An object of class |
... |
|
img_name |
Character value. The name of the image of interest.
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.