Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Data = iris[,-5]
Group = iris[,5]
res.mgPCA = mgPCA(Data, Group, graph=TRUE)
loadingsplot(res.mgPCA, axes=c(1,2))

multigroup

Multigroup Data Analysis

v0.4.5
GPL-3
Authors
Aida Eslami, El Mostafa Qannari, Stephanie Bougeard, Gaston Sanchez Questions and comments go to Aida Eslami <aida.eslami@yahoo.fr> and Stephanie Bougeard <stephanie.bougeard@anses.fr>
Initial release
2020-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.