plotImageBase | R Documentation |
Plots the histology image as a raster.
plotImageBase(object, ...)
## S4 method for signature 'SPATA2'
plotImageBase(object, xrange = NULL, yrange = NULL, axes = FALSE, ...)
## S4 method for signature 'SpatialData'
plotImageBase(
object,
img_name = activeImage(object),
xrange = NULL,
yrange = NULL,
scale_fct = 1,
axes = TRUE,
...
)
## S4 method for signature 'HistoImage'
plotImageBase(
object,
img_name = activeImage(object),
xrange = NULL,
yrange = NULL,
scale_fct = 1,
axes = TRUE,
...
)
## S4 method for signature 'Image'
plotImageBase(
object,
scale_fct = 1,
xrange = NULL,
yrange = NULL,
axes = TRUE,
...
)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
xrange , yrange |
Distance vector of length
two or |
img_name |
Character value. The name of the image of interest.
If |
A plot that is immediately plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.