UnRotate_X: Unrotate x axis on VlnPlot

View source: R/Plotting_Utilities.R

UnRotate_XR Documentation

Unrotate x axis on VlnPlot

Description

Shortcut for thematic modification to unrotate the x axis (e.g., for Seurat VlnPlot is rotated by default).

Usage

UnRotate_X(...)

Arguments

...

extra arguments passed to ggplot2::theme().

Value

Returns a list-like object of class theme.

Examples

library(Seurat)
p <- VlnPlot(object = pbmc_small, features = "CD3E")
p + UnRotate_X()


samuel-marsh/scCustomize documentation built on Dec. 20, 2024, 7:41 a.m.