powered by
plots of individuals
scoreplot(x, axes = c(1, 2), cex = NULL, font.lab = NULL)
results of the proposed multigroup methods in the package
a vector of two selected components
character expansion for text by default .85
type of font by default 3
score plot
# NOT RUN { Data = iris[,-5] Group = iris[,5] res.mgPCA = mgPCA (Data, Group, graph=TRUE) scoreplot(res.mgPCA, axes=c(1,2)) # }
Run the code above in your browser using DataLab