R/Utilities.R
theme_spatial.Rd
A ggplot2 theme optimized for spatial transcriptomics plots with minimal grid lines and clean background.
theme_spatial(base_size = 11)
Numeric, base font size (default: 11)
A ggplot2 theme object
if (FALSE) { # \dontrun{ ggplot(spatial_data, aes(x, y, color = expression)) + geom_point() + theme_spatial() } # }