Skip to content
Prev 14380 / 63424 Next

changing (core) function argument defaults?

>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