>Restricted to r-devel (it is almost never appropriate to send the
>same message to both lists).
Fine with me!
>X11<-function(display="",width=2,height=2,...){
> grDevices::X11(display,width,height,...)
>}
>
>and put that into your Rprofile.
Great, thanks! Is there documentation from which to find out what to put in
that wrapper function, for an arbitrary function?
René Bertin