Draws a circle mark for each row of the layer data - the default view of a relationship between two continuous variables.
geom_point(
mapping = NULL,
data = NULL,
stat = stat_identity(),
color = NULL,
size = NULL,
alpha = NULL
)Layer-specific aesthetic mapping (optional; merged over the plot-level mapping, layer winning on conflicts).
Layer-specific data frame (optional).
A Stat instance; defaults to stat_identity().
Literal point color (any R color spec) when color is not
a mapped aesthetic.
Literal point radius in pixels when size is not mapped.
Point opacity in [0, 1].
A Layer object to add to a plot with +.