Learn R Programming

multigroup (version 0.4.5)

loadingsplot: loadings plot

Description

plots of variables (loadings)

Usage

loadingsplot(x, axes = c(1, 2), INERTIE = NULL, cex = NULL, font.lab = NULL)

Arguments

x

results of the proposed multigroup methods in the package

axes

a vector of two selected components

INERTIE

if there is information about inertia

cex

character expansion for text by default .85

font.lab

type of font by default 3

Value

loadings plot

Examples

Run this code
# NOT RUN {
Data = iris[,-5]
Group = iris[,5]
res.mgPCA = mgPCA(Data, Group, graph=TRUE)
loadingsplot(res.mgPCA, axes=c(1,2))
# }

Run the code above in your browser using DataLab