Description Usage Arguments Author(s) Examples
Prints a ggplot figure with footnotes added.
1 2 | print(x, ...)
print.gtable(x, ...)
|
x |
A figure with footnotes added |
Charlie Gibbons
1 2 3 | p <- qplot(carat, price, data = diamonds, color = cut)
ggfootnote(p, "Source: diamonds data distributed with the ggplot package",
"Thanks Hadley!")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.