getImageRaster | R Documentation |
Obtain image raster-(information)
getImageRaster(object, ...)
## S4 method for signature 'SPATA2'
getImageRaster(
object,
img_name = activeImage(object),
transform = TRUE,
xrange = NULL,
yrange = NULL,
expand = 0
)
## S4 method for signature 'HistoImage'
getImageRaster(object, xrange = NULL, yrange = NULL, expand = 0)
getImageRasterInfo(object, xrange = NULL, yrange = NULL)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
img_name |
Character value. The name of the image of interest.
If |
transform |
Logical value. Ignored if no images exist in the object. If |
xrange , yrange |
Distance vector of length
two or |
expand |
Specifies image expansion. An image that is cropped based on an image
annotation centers around the image annotation. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.