Re: [R] Substituting a user-defined function for a standard function in graphics

2009-07-15 Thread Duncan Murdoch
On 15/07/2009 4:25 PM, John Kolassa wrote: Dear R-help readers, I'm trying to substitute my own version of plot.default, in order to capture low-level graphics input for further manipulation. I seem to be having difficulties getting the versions of functions that I intend to use called at t

Re: [R] Substituting a user-defined function for a standard function in graphics

2009-07-15 Thread David Winsemius
On Jul 15, 2009, at 4:25 PM, John Kolassa wrote: Dear R-help readers, I'm trying to substitute my own version of plot.default, in order to capture low-level graphics input for further manipulation. I seem to be having difficulties getting the versions of functions that I intend to us