unloadImage | R Documentation |
Removes the image from slot @image of a HistoImage
.
Useful for efficient data storing.
Not to be confused with removeImage()
!
unloadImage(object, ...)
## S4 method for signature 'SPATA2'
unloadImage(object, img_name = activeImage(object), verbose = NULL, ...)
## S4 method for signature 'SpatialData'
unloadImage(object, img_name, verbose = TRUE, ...)
## S4 method for signature 'HistoImage'
unloadImage(object, verbose = TRUE, ...)
unloadImages(object, ...)
## S4 method for signature 'SPATA2'
unloadImages(object, active = FALSE, verbose = TRUE)
## S4 method for signature 'SpatialData'
unloadImages(object, active = FALSE, verbose = TRUE)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
img_name |
Character value. The name of the image to unload. |
verbose |
Logical. If (Warning messages will always be printed.) |
active. |
Logical value. If |
The updated input object, containing the added, removed or computed results.
loadImage()
,loadImages()
, getImageDir()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.