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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.