geom_point2 | R Documentation |
Geom point/jitter with shape 21 and color white
geom_point2(..., shape = 21, color = "white") geom_jitter2(..., shape = 21, color = "white")
... |
geom_point/geom_jitter parameters. |
shape |
Shape 21 |
color |
Color "white" |
ggplot(iris) + geom_jitter(aes(Sepal.Length, Sepal.Width, color = Species)) ggplot(iris) + geom_jitter2(aes(Sepal.Length, Sepal.Width, fill = Species)) ggplot(iris) + geom_point(aes(Sepal.Length, Sepal.Width, color = Species)) ggplot(iris) + geom_point2(aes(Sepal.Length, Sepal.Width, fill = Species))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.