ggannotate: ggannotate

Description Usage Arguments Examples

View source: R/ggannotate.R

Description

ggannotate

Usage

1
ggannotate(plot = last_plot())

Arguments

plot

A ggplot2 object. Default is 'ggplot2::last_plot()'.

Examples

1
2
3
4
5
6
7
## Not run: 
p <- ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point()

ggannotate(p)

## End(Not run)

MattCowgill/ggannotate documentation built on Oct. 9, 2021, 11:03 p.m.