[R] How do i read the source code of "biplot"?

R. Michael Weylandt michael.weylandt at gmail.com
Tue Apr 24 20:58:12 CEST 2012


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.usa at 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 at 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.



More information about the R-help mailing list