geom_point2: Geom point/jitter with shape 21 and color white

View source: R/ggplot2.R

geom_point2R Documentation

Geom point/jitter with shape 21 and color white

Description

Geom point/jitter with shape 21 and color white

Usage

geom_point2(..., shape = 21, color = "white")

geom_jitter2(..., shape = 21, color = "white")

Arguments

...

geom_point/geom_jitter parameters.

shape

Shape 21

color

Color "white"

Examples


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))


jbkunst/kunstomverse documentation built on May 30, 2022, 12:15 a.m.