star3d: Data Visuaization using star coordinates in three dimensions

Description Usage Arguments Author(s) See Also Examples

View source: R/star3d.R

Description

This function perform data visulization using cooordinates in three dimensions. Rotation and zooming is possible calling to the rgl library

Usage

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

Arguments

data

The dataset to be visualized

vars

The variables to be scaled

scale

the scale factor

Author(s)

Edgar Acuna

See Also

starcoord

Examples

1
2
3
4
5
## Not run: 
data(vehicle)
star3d(vehicle)

## End(Not run)

dprep documentation built on May 29, 2017, 11:01 a.m.