View source: R/Plotting_Utilities.R
UnRotate_X | R Documentation |
Shortcut for thematic modification to unrotate the x axis (e.g., for Seurat VlnPlot is rotated by default).
UnRotate_X(...)
... |
extra arguments passed to |
Returns a list-like object of class theme.
library(Seurat)
p <- VlnPlot(object = pbmc_small, features = "CD3E")
p + UnRotate_X()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.