[R] odd error
Prof Brian Ripley
ripley at stats.ox.ac.uk
Sat Dec 10 17:49:23 CET 2005
On Sat, 10 Dec 2005, Marc Schwartz wrote:
[...]
> If you are moving the code between the two platforms, why not rewrite
> the device specific code segment so that it looks something like:
>
> if (getOption("device") == "quartz")
> {
> quartz(...)
> } else {
> X11(...)
> }
or
get(getOption("device"))()
which works everywhere.
--
Brian D. Ripley, ripley at 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, UK Fax: +44 1865 272595
More information about the R-help
mailing list