nAlg: variable re-ordering using endlink algorithm

View source: R/nAlg.R

nAlgR Documentation

variable re-ordering using endlink algorithm

Description

variable re-ordering using endlink algorithm

Usage

nAlg(X)

Arguments

X

The data set.

sel

column numbers for categorical variables

Value

reordered scaled variables, repositioned factor values.

See Also

plotAnd, parallelAnd

Examples

library(MASS)
data(Cars93)
X<-Cars93[,c(3,5,7,10,25,26)]  # Type, Price, MPG.city, Drivertrain, Weight, Origin
XX<-nAlg(X)
colo<-c("red","blue","green","000022","yellow","brown")[unclass(X[,6])]

ikwak2/APCP documentation built on March 14, 2023, 7:14 p.m.