Message-ID: <BAY22-F2261B2B4102B68448A6BD9A7C20@phx.gbl>
Date: 2004-11-18T01:46:14Z
From: RenE J.V. Bertin
Subject: changing (core) function argument defaults?
In-Reply-To: <Pine.A41.4.61b.0411171613130.86544@homer12.u.washington.edu>
>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