GetImage | R Documentation |
Get image data
GetImage(object, mode = c("grob", "raster", "plotly", "raw"), ...)
## S3 method for class 'Seurat'
GetImage(
object,
mode = c("grob", "raster", "plotly", "raw"),
image = NULL,
...
)
object |
An object |
mode |
How to return the image; should accept one of “grob”, “raster”, “plotly”, or “raw” |
... |
Arguments passed to other methods |
image |
Name of |
Image data, varying depending on the value of mode
:
An object representing image data inheriting from grob
objects
(eg. rastergrob
)
An object of class raster
A list with image data suitable for Plotly rendering, see
plotly::layout
for more details
The raw image data as stored in the object
layout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.