You have another package using an S4 for biplot -- vanilla R doesn't seem to set that generic...
Anyways, the function you need is getMethod() Michael On Tue, Apr 24, 2012 at 2:44 PM, Michael <comtech....@gmail.com> wrote: >> biplot > > standardGeneric for "biplot" defined from package "stats" > > function (x, ...) > > standardGeneric("biplot") > > <environment: 0x0d4444d8> > > Methods may be defined for arguments: x > > Use showMethods("biplot") for currently available ones. > >> > >> > >> showMethods("biplot") > > Function: biplot (package stats) > > x="ANY" > > x="character" > > (inherited from: x="ANY") > > x="Pca" > >> biplot(resRobPCA) > > But how do I get the source code of "biplot"? > > Thank you! > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. ______________________________________________ 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.