[Rd] opening graphics device with a given number
Petr Savicky
savicky at cs.cas.cz
Sat Nov 13 19:50:27 CET 2010
On Sat, Nov 13, 2010 at 05:09:56AM -0800, Henrik Bengtsson wrote:
> See devSet() in R.utils, e.g.
>
> > library("R.utils");
> > graphics.off();
> > devSet(6);
> > devSet("myFigure"); # Also possible
> > print(devList());
> myFigure Device 6
> 2 6
The function devSet() works fine and i will use it. Thank you
very much for this information.
Petr Savicky.
More information about the R-devel
mailing list