dsProjPlot3
Plot of all possible 3D projection of the given dataset
Contents
Syntax
- dsProjPlot3(DS)
Description
dsProjPlot3(DS) plot all possible 3D projection of the dataset DS.
Example
DS=prData('iris');
dsProjPlot3(DS);

Plot of all possible 3D projection of the given dataset
dsProjPlot3(DS) plot all possible 3D projection of the dataset DS.
DS=prData('iris');
dsProjPlot3(DS);