[R] Change the core code

jebyrnes jebyrnes at ucdavis.edu
Mon Apr 21 22:26:45 CEST 2008


I often just download the source, find the appropriate function, create an
file with an alternate version of it (i.e. plotMeans becomes plot.Means) and
modify it to suit.  I load all custom functions like that from my .rprofile.

I guess you _could_ recompile the library, but, that might break other
things later on.  Hence the better choice of your own custom library of
scripts.

-Jarrett


threshold wrote:
> 
> HI, pretty basic question: is that possible to change the code of the
> function within library? If so what should I do? I work on R linux
> (ubuntu),
> thanks a lot
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Change-the-core-code-tp16808285p16811527.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list