star3d {dprep}R Documentation

Data Visuaization using star coordinates in three dimensions

Description

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

Usage

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

## Not run: 
data(vehicle)
star3d(vehicle)

## End(Not run)

[Package dprep version 3.1.1 Index]