View source: R/summary.ContinuousBiplot.R
summary.ContinuousBiplot | R Documentation |
Summary of the solution of a Biplot for Continuous Data
## S3 method for class 'ContinuousBiplot'
summary(object, latex = FALSE, ...)
object |
An object of class "ContinuousBiplot" |
latex |
Should the results be in latex tables |
... |
Any aditional parameters |
Summary of the solution of a Biplot for Continuous Data
The summary
Jose Luis Vicente Villardon
## Simple Biplot with arrows
data(Protein)
bip=PCA.Biplot(Protein[,3:11])
summary(bip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.