View source: R/mu_ggplots2_ext.R
pngtemp | R Documentation |
Wrapper for quickly saving plot to temporary png file. terminate using dev.off()
pngtemp(
fn = paste0("~/tmp_work/", getHashString("rplot"), ".png"),
width = 1024,
height = 1024,
...
)
fn |
file name |
... |
see |
nothing of particular interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.