star3d {dprep}R Documentation

The 3D star coordinates plot

Description

This function displays a tri-dimensional star coordinates plot introduced by Lozano and Acuna (2006).

Usage

starcoord(data, vars = NULL, 
scale = 1)

Arguments

data The dataset
vars The variables to be scaled
scale The scale factor

Details

This plot is not recommended for a large number of features (say more than 50).

Value

Returns a three dimensional Star Coordinates Plot of the data matrix

Author(s)

Edgar Acuna and Elio Lozano

References

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.

See Also

parallelplot, surveyplot

Examples

data(bupa)
star3d(bupa, main="Bupa Dataset", class=TRUE, outliers=NULL,vars=0, scale=1,
cex=0.8, lwd = 0.25, lty = par("lty"))

[Package dprep version 2.1.1 Index]