Learn R Programming

dprep (version 3.0.2)

star3d: 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

See Also

starcoord

Examples

Run this code
## Not run: 
# data(vehicle)
# star3d(vehicle)
# ## End(Not run)

Run the code above in your browser using DataLab