star3d {dprep} | R Documentation |
This function perform data visulization using cooordinates in three dimensions. Rotation and zooming is possible calling to the rgl library
star3d(data, vars = NULL, scale = 1)
data |
The dataset to be visualized |
vars |
The variables to be scaled |
scale |
the scale factor |
Edgar Acuna
## Not run: data(vehicle) star3d(vehicle) ## End(Not run)