| orb_points | R Documentation |
Draws one mark per observation: a scatter plot, or a bubble chart when a
size mapping is present.
orb_points(
...,
data = NULL,
size = 3.2,
colour = NULL,
fill = NULL,
alpha = 0.9,
stroke = 0.8
)
... |
Aesthetic mappings for this layer only, as |
data |
Optional data frame overriding the plot data. |
size |
Point radius in pixels when |
colour |
Fixed colour used when the |
fill |
Fixed fill used when the |
alpha |
Opacity between 0 and 1. |
stroke |
Outline width in pixels. |
An object of class orb_layer.
orb(mtcars, x = wt, y = mpg, colour = cyl) + orb_points(alpha = 0.85)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.