getPlatform | R Documentation |
Generic function to retrieve the platform information from the object - the name of it's spatial method.
getPlatform(object, ...)
## S4 method for signature 'SPATA2'
getPlatform(object, ...)
## S4 method for signature 'SpatialData'
getPlatform(object, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
A character string representing the platform information.
library(SPATA2)
library(SPATAData)
# VisiumSmall
object <- loadExampleData("UKF313T")
getPlatform(object)
# VisiumLarge
object <- downloadSpataObject("HumanKidneyVL")
getPlatform(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.