F Duan wrote:
Hello, R people,
I am a R beginner. I searched the R-FAQ and R-help and failed to find the
answers.
Could anyone tell me how to check (or edit) a generic function within a specific package? If the function is not generic, I can just type the function name at the R prompt or use "fix()" and "edit()".
fix() *does* work for me, giving you expect that the fucntion is not "fixed" within the package, but a new (changed) instance is created in your Workspace.....
What do you expect to happen? What is the error message (if there is any)?
In order to change packages, you might want to edit the package sources directly.
Uwe Ligges
Thanks a lot.
Frank
[[alternative HTML version deleted]]
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
