Re: [R] Make playwith a default graphic device

2007-10-15 Thread Deepayan Sarkar
On 10/15/07, Felix Andrews <[EMAIL PROTECTED]> wrote: > My previous suggestion was inconsistent with the Trellis/Lattice idea > of creating a trellis object without necessarily creating a plot. And > it also interfered with attempts to plot to a file device. So here is > a better solution, based on

Re: [R] Make playwith a default graphic device

2007-10-15 Thread Felix Andrews
My previous suggestion was inconsistent with the Trellis/Lattice idea of creating a trellis object without necessarily creating a plot. And it also interfered with attempts to plot to a file device. So here is a better solution, based on replacing `print.trellis`, though it is still basically a hac

Re: [R] Make playwith a default graphic device

2007-10-14 Thread Ronaldo Reis Junior
Em Dom 14 Out 2007, Prof Brian Ripley escreveu: > You seem to be under the misapprehension that playwith() is a graphics > device: it is not. > > To set a graphics device as the default, use options(device=). I am not > sure what 'more functionalities' you are looking for: the playwith() uses > th

Re: [R] Make playwith a default graphic device

2007-10-14 Thread Felix Andrews
Hi Ronaldo, As Professor Ripley explained, playwith is a function, not a device. It uses a Cairo-based device from the cairoDevice package. I too would like to have `playwith` as the default behavior for some plots, but there is no standard way to do that. It can not be implemented as a device bec

Re: [R] Make playwith a default graphic device

2007-10-14 Thread Prof Brian Ripley
You seem to be under the misapprehension that playwith() is a graphics device: it is not. To set a graphics device as the default, use options(device=). I am not sure what 'more functionalities' you are looking for: the playwith() uses the cairoDevice package for its graphics device, and ther

[R] Make playwith a default graphic device

2007-10-13 Thread Ronaldo Reis Junior
Hi, I looking for a graphic device on Linux with more functionalities than the X11 (). I find the plotAndPlayGTK package and the playwith function. It is a good device. It is possible to make it default in my system. Now I need: > library(plotAndPlayGTK ) Loading required package: RGtk2 Loading