teeGG | R Documentation |
saveGG and also print to stdout(for quick reference)
teeGG(
g,
target = makeArgs()[[1]],
ext = "pdf",
desc = "ggp",
print_title = desc,
crop = TRUE,
...
)
g |
graphical object to print and save |
target |
stem of filename (defaults to the target of the script) |
ext |
file extension (will use pdf if not specified) |
desc |
text to replace Rout in default target (ggp by default) |
print_title |
plot title for the printed version (defaults to desc part of filename) |
crop |
logical: use knitr::plot_crop? |
... |
arguments to pass to ggsave call |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.