Skip to contents

Removes titles, subtitles and legends from a patchwork object

Usage

ThemeClean()

Value

A theme object

Examples

library(semla)

se_mbrain <- readRDS(system.file("extdata/mousebrain", 
                                 "se_mbrain", 
                                 package = "semla"))
                                 
# With MapFeatures
MapFeatures(se_mbrain, c("nFeature_Spatial", "nCount_Spatial")) &
   ThemeClean()