scoreplot: Score plot for multigroup data

Description Usage Arguments Value Examples

View source: R/scoreplot.R

Description

plots of individuals

Usage

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

Arguments

x

results of the proposed multigroup methods in the package

axes

a vector of two selected components

cex

character expansion for text by default .85

font.lab

type of font by default 3

Value

score plot

Examples

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

Example output



multigroup documentation built on March 26, 2020, 5:50 p.m.