View source: R/visualization.R
AutoPointSize | R Documentation |
It happens to look good
AutoPointSize(data, raster = NULL)
data |
A data frame being passed to ggplot2 |
raster |
If TRUE, point size is set to 1 |
The "optimal" point size for visualizing these data
df <- data.frame(x = rnorm(n = 10000), y = runif(n = 10000))
AutoPointSize(data = df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.