| orb_labs | R Documentation |
Axis, legend and plot labels
orb_labs(
title = NULL,
subtitle = NULL,
x = NULL,
y = NULL,
colour = NULL,
fill = NULL,
size = NULL,
caption = NULL
)
title |
Plot title. |
subtitle |
Plot subtitle. |
x, y |
Axis titles. |
colour, fill, size |
Legend titles for those channels. |
caption |
Caption shown under the plot. |
An object of class orb_labs, to be added to a plot.
orb(mtcars, x = wt, y = mpg) + orb_points() +
orb_labs(title = "Fuel use", x = "Weight", y = "Miles per gallon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.