makeGraphics | R Documentation |
Open a graphics file for saving (internal function; exported for legacy reasons; use startGraphics)
makeGraphics(
target = makeArgs()[[1]],
otype = NULL,
ext = otype,
desc = NULL,
...
)
target |
stem of filename (defaults to the target of the script) |
otype |
type of file to write (will use pdf if not specified) |
ext |
file extension (will use pdf.tmp if not specified) |
desc |
text to replace Rout in default target |
... |
arguments to pass to grDevices call |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.