Rdocumentation
powered by
Learn R Programming
rmote (version 0.3.4)
rmote_device: Set device parameters for traditional grahpics plot output
Description
Set device parameters for traditional grahpics plot output
Usage
rmote_device(type = c("png", "pdf"), filename = NULL, retina = TRUE, ...)
Arguments
type
either "png" or "pdf"
filename
optional name for file (should have no extension and no directories)
retina
if TRUE and type is "png", the png file will be plotted at twice its size and shown at the original size, to look better on high resolution displays
…
parameters passed on to either
png
or
pdf
(such as width, height, etc.)