Description Usage Arguments Value Examples
View source: R/visualization.R
It happens to look good
1 | 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
1 2 | 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.