dsProjPlot2

Plot of all possible 2D projection of the given dataset

Contents

Syntax

Description

dsProjPlot2(DS) plot all possible 2D projection of the dataset DS.

Example

DS=prData('iris');
dsProjPlot2(DS);

See Also

dsProjPlot1, dsProjPlot3, dsScatterPlot, dsScatterPlot3.


Top page   Next: dsProjPlot1.m   Prev:dsProjPlot3.m