[Bioc-devel] using figures in .Rnw files
Colin A. Smith
colin at colinsmith.org
Tue Mar 29 22:48:13 CEST 2005
You might also consider using
do.call(getOption("device"), list())
instead of an explicit call to x11(). That should make it more
compatible with R sessions where x11() isn't available.
-Colin
On Mar 29, 2005, at 10:59, Tarca Adi Laurentiu wrote:
> Say I have a function myFunction() which produces 2 plots (invoking a
> x11()
> for each of them)
More information about the Bioc-devel
mailing list