powered by
It happens to look good
AutoPointSize(data, raster = NULL)
The "optimal" point size for visualizing these data
A data frame being passed to ggplot2
If TRUE, point size is set to 1
df <- data.frame(x = rnorm(n = 10000), y = runif(n = 10000)) AutoPointSize(data = df)
Run the code above in your browser using DataLab