View source: R/grattan_point_filled.R
grattan_point_filled | R Documentation |
Convenience function to create large points with white centres
grattan_point_filled(size = 3, stroke = 1.5, fill = "white", shape = 21, ...)
size |
Size of the point |
stroke |
width of the line around the outside of the point |
fill |
The colour on the inside of the point |
shape |
The shape of the point; default is 21. See 'vignette("ggplot2-specs")' under 'Point' for more about this. |
... |
arguments passed to 'ggplot2::geom_point()' |
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg, col = factor(cyl))) +
grattantheme::grattan_point_filled()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.