dsProjPlot2
Plot of all possible 2D projection of the given dataset
Contents
Syntax
- dsProjPlot2(DS)
Description
dsProjPlot2(DS) plot all possible 2D projection of the dataset DS.
Example
DS=prData('iris');
dsProjPlot2(DS);
![](dsProjPlot2_help_01.png)
Plot of all possible 2D projection of the given dataset
dsProjPlot2(DS) plot all possible 2D projection of the dataset DS.
DS=prData('iris');
dsProjPlot2(DS);