star3d {dprep} | R Documentation |
This function displays a tri-dimensional star coordinates plot introduced by Lozano and Acuna (2006).
starcoord(data, vars = NULL, scale = 1)
data |
The dataset |
vars |
The variables to be scaled |
scale |
The scale factor |
This plot is not recommended for a large number of features (say more than 50).
Returns a three dimensional Star Coordinates Plot of the data matrix
Edgar Acuna and Elio Lozano
E. Lozano and E. Acuna (2006). High dimensional data visualization using star coordinates in three dimensions. Current research in Information Sciences and Technologies, Vol II, pp 406-410.
data(bupa) star3d(bupa, main="Bupa Dataset", class=TRUE, outliers=NULL,vars=0, scale=1, cex=0.8, lwd = 0.25, lty = par("lty"))