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

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.ContinuousBiplot.R

Description

Summary of the solution of a Biplot for Continuous Data

Usage

1
2
## S3 method for class 'ContinuousBiplot'
summary(object, latex = FALSE, ...)

Arguments

object

An object of class "ContinuousBiplot"

latex

Should the results be in latex tables

...

Any aditional parameters

Details

Summary of the solution of a Biplot for Continuous Data

Value

The summary

Author(s)

Jose Luis Vicente Villardon

Examples

1
2
3
4
## Simple Biplot with arrows
data(Protein)
bip=PCA.Biplot(Protein[,3:11])
summary(bip)

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.