dp | R Documentation |
This is a wrapper to plot the current device to a file.
dp(path, save = SaveImage, width, dev, res = 300, units = "in", ...)
path |
file path to save the device window. If missing,
|
save |
|
width |
device width in units specified by |
dev |
suitable printing device, defaults to |
res |
resolution in pixels per |
units |
the units in which |
... |
additional paramters passed to |
The basename of the saved file will be returned or NULL
if nothing was saved.
dev.print
that is called by this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.