Displaying 1 result from an estimated 1 matches for "334109".
Did you mean:
34109
2006 Mar 08
1
Accessing functions in a library
I am trying to write a modified function to plot an rpart object. By
using getS3method I can see the plot and text code that I want to
modify. Since I don't want to modify the package, I create a new
function to plot the rpart object. The problem is that the original
function calls many rpart specific functions that are only visible
inside the rpart namespace. Therefore, when I call my