Skip to content

Commit

Permalink
Document new webpipe.png.args option.
Browse files Browse the repository at this point in the history
webpipe.R patch by Yang Zhao.
  • Loading branch information
Andy C committed May 20, 2014
1 parent 9d8b662 commit e7a1248
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/webpipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down

0 comments on commit e7a1248

Please sign in to comment.