powered by
plots of variables (loadings)
loadingsplot(x, axes = c(1, 2), INERTIE = NULL, cex = NULL, font.lab = NULL)
results of the proposed multigroup methods in the package
a vector of two selected components
if there is information about inertia
character expansion for text by default .85
type of font by default 3
loadings plot
# 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