From e7a1248ad2dc6abba1414181a27746c7422f9200 Mon Sep 17 00:00:00 2001 From: Andy C Date: Mon, 19 May 2014 17:31:44 -0700 Subject: [PATCH] Document new webpipe.png.args option. webpipe.R patch by Yang Zhao. --- doc/webpipe.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/webpipe.md b/doc/webpipe.md index a1e098d..35ada1f 100644 --- a/doc/webpipe.md +++ b/doc/webpipe.md @@ -63,6 +63,16 @@ ggplot works easily as well: > p = ggplot(mtcars, aes(wt, mpg)) + geom_point() > web.plot(p) +R client options +---------------- + +The `webpipe.png.args` option is used to determine additional arguments to the +`png` device. Example: + + options(webpipe.png.args=list(width=800, height=600)) + +This can be put in your `~/.Rprofile`, if desired. + Shell Usage -----------