Skip to content
Prev 172198 / 398506 Next

Modifying a built-in R function

I am not sure what you intended by
That does nothing different from biplot().  You need to call your 
modified functions 'biplotes.default' and 'biplotes.princomp' and call 
those via
Anything else depends on the scoping rules for S3 methods, and those 
are too complex to rely on with multiple objects of the same name -- 
but if your biplot.default is visible from where biplotes is called, I 
would expect it to be used.

There are good reasons why the posting guide and message footers asks 
for reproducible examples -- otherwise, as here, we are left to guess.
On Mon, 2 Mar 2009, japal wrote:

            
Highlighting does not work in plain text, all you were asked to send.