AutoPointSize {Seurat} | R Documentation |
Automagically calculate a point size for ggplot2-based scatter plots
Description
It happens to look good
Usage
AutoPointSize(data, raster = NULL)
Arguments
data |
A data frame being passed to ggplot2 |
raster |
If TRUE, point size is set to 1 |
Value
The "optimal" point size for visualizing these data
Examples
df <- data.frame(x = rnorm(n = 10000), y = runif(n = 10000))
AutoPointSize(data = df)
[Package Seurat version 5.1.0 Index]