Learn R Programming

MultBiplotR (version 25.11.15)

summary.ContinuousBiplot: Summary of the solution of a Biplot for Continuous Data

Description

Summary of the solution of a Biplot for Continuous Data

Usage

# S3 method for ContinuousBiplot
summary(object, SumInd = FALSE, latex = FALSE, ...)

Value

The summary

Arguments

object

An object of class "ContinuousBiplot"

SumInd

Should the summary for individuals be shown?

latex

Should the results be in latex tables

...

Any aditional parameters

Author

Jose Luis Vicente Villardon

Details

Summary of the solution of a Biplot for Continuous Data

Examples

Run this code
## Simple Biplot with arrows
data(Protein)
bip=PCA.Biplot(Protein[,3:11])
summary(bip)

Run the code above in your browser using DataLab