rmote_device: Set device parameters for traditional grahpics plot output

Description Usage Arguments

Description

Set device parameters for traditional grahpics plot output

Usage

1
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.)


hafen/rmote documentation built on May 17, 2019, 2:23 p.m.