[R] using postscript() for multiple individual files

Ingo Wardinski ingo at gfz-potsdam.de
Sat Jul 19 19:23:09 CEST 2014


On 07/19/2014 07:17 PM, William Dunlap wrote:
> Wrap all your calls to plot() with print().  E.g., change
>     plot(s, type="vectors", idx=1:12, main="")
> to
>     print(plot(s, type="vectors", idx=1:12, main="")
>
> Some plot methods require their output to be printed to display, some
> don't.  Some help files for plot methods mention this requirement,
> some don't.
>
> Bill Dunlap
> TIBCO Software
> wdunlap tibco.com

Many thanks! This does the trick
greets
ingo



More information about the R-help mailing list