graph.open | R Documentation |
This function call the device function and apply some defaults params
graph.open(
file,
width = NA,
height = NA,
type = "png",
pointsize = 12,
pitch = NULL,
...
)
file |
filename (without extension) |
width |
width (pixel) |
height |
height in px |
type |
type of output to use |
pointsize |
pointsize value |
pitch |
old deprecated parameters (will raise an error if not null) |
... |
extra parameted |
It's useasble for classical plot functions (not ggplot2 where you can use ggsave())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.