| Reorder | R Documentation |
variable re-ordering using endlink algorithm
Reorder(XX, jitter = T, ...)
X |
The data set. |
sel |
column numbers for categorical variables |
reordered scaled variables, repositioned factor values.
plotAnd, parallelAnd
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])]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.