ww.dev.copy: ww.dev.copy

Description Usage Arguments Examples

Description

Parser for dev.copy to save as PDF or PNG

Usage

1
ww.dev.copy(PNG_ = FALSE, PNG_res = 100, w_, h_, fname_)

Arguments

PNG_

Set to true if you want to save the plot as PNG instead of the default PDF.

PNG_res

default 100

w_

Width of the saved pdf image, in inches.

h_

Height of the saved pdf image, in inches.

fname_

File name

Examples

1
try.dev.off(); plot(1); # ww.dev.copy(PNG = FALSE, w_ = 7, h_ = 7, fname_ = "myNewplot")

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.