Description Usage Arguments Examples
ggannotate
1 | ggannotate(plot = last_plot())
|
plot |
A ggplot2 object. Default is 'ggplot2::last_plot()'. |
1 2 3 4 5 6 7 | ## Not run:
p <- ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point()
ggannotate(p)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.