| orb_options | R Documentation |
Plot-level options
orb_options(legend = NULL, grid = NULL, interactive = NULL)
legend |
Should a legend be drawn when a colour, fill or size mapping
is present? Default |
grid |
One of |
interactive |
Should the SVG output embed interactive behaviour
(tooltips, hover highlighting, zoom, pan and legend toggling)? Default
|
An object of class orb_opts, to be added to a plot.
orb(mtcars, x = wt, y = mpg) + orb_points() + orb_options(grid = "y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.