loadImage | R Documentation |
Reads the image based on the directory stored in slot @dir
of the HistoImage
object. This makes the image availble quicker but
increases the size of the object.
loadImage(object, ...)
## S4 method for signature 'SPATA2'
loadImage(object, img_name, ...)
## S4 method for signature 'SpatialData'
loadImage(object, img_name, verbose = TRUE)
## S4 method for signature 'HistoImage'
loadImage(object, verbose = TRUE)
loadImages(object, ...)
## S4 method for signature 'SPATA2'
loadImages(object, verbose = TRUE, force = FALSE)
## S4 method for signature 'SpatialData'
loadImages(object, verbose = TRUE, force = FALSE)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
img_name |
Character value. The name of the image of interest.
If |
verbose |
Logical. If (Warning messages will always be printed.) |
force |
Logical value. If |
The updated input object, containing the added, removed or computed results.
unloadImage()
,unloadImages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.