Re: [R] how to check capabilities of an graphics device?

2014-03-24 Thread Pascal Oettli
Hello,

You can check the output of:

R capabilities(what = NULL)

Regards,
Pascal

On Mon, Mar 24, 2014 at 8:57 PM, Witold E Wolski wewol...@gmail.com wrote:
 Before plotting to an device, I would like check which
 capabilities/properties it has to avoid
 warnings such as:

 In plot.xy(xy, type, ...) :
   semi-transparency is not supported on this device: reported only once per 
 page




 --
 Witold Eryk Wolski

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.



-- 
Pascal Oettli
Project Scientist
JAMSTEC
Yokohama, Japan

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] how to check capabilities of an graphics device?

2014-03-24 Thread Prof Brian Ripley

On 24/03/2014 12:16, Pascal Oettli wrote:

Hello,

You can check the output of:

R capabilities(what = NULL)


You can, but dev.capabilities() will be more useful.



Regards,
Pascal

On Mon, Mar 24, 2014 at 8:57 PM, Witold E Wolski wewol...@gmail.com wrote:

Before plotting to an device, I would like check which
capabilities/properties it has to avoid
warnings such as:

In plot.xy(xy, type, ...) :
   semi-transparency is not supported on this device: reported only once per 
page




--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.