ggpts | R Documentation |
Makes text size changes much easier in ggplot
ggpts(x)
x |
size |
changes text size in plot
g <- ggplot(mtcars, aes(x=wt, y=mpg)) + geom_point() +
annotate(geom="label", x = 3.5, y = 22.5, label = "Some Text", size = ggpts(12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.