AddContVars2Biplot: Adds supplementary continuous variables to a biplot object
Description
Adds supplementary continuous variables to a biplot object
Usage
AddContVars2Biplot(bip, X, dims = NULL, Scaling = 5, Fit = NULL)
Value
A biplot object with the coordinates for the supplementary variables added.
Arguments
- bip
A biplot object
- X
Matrix containing the supplementary continuos variables
- dims
Dimension of the solution
- Scaling
Transformation to apply to X
- Fit
Type of fit. Linear by default.
Author
Jose Luis Vicente Villardon
Details
More types of fit will be added in the future