List the names of SpatialImage objects present in a Seurat object. If assay is provided, limits search to images associated with that assay

Images(object, assay = NULL)

Arguments

object

A Seurat object

assay

Name of assay to limit search to

Value

A list of image names

Examples

if (FALSE) {
Images(object)
}