Learn R Programming

MultBiplotR (version 23.11.0)

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, latex = FALSE, ...)

Value

The summary

Arguments

object

An object of class "ContinuousBiplot"

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