dsRangePlot
Plot the range of features in a data set
Contents
Syntax
- rangeVec = dsRangePlot(DS)
Description
dsRangePlot(DS) plot the range of input variables within DS.
Example
DS=prData('abalone');
rangeVec=dsRangePlot(DS);
![](dsRangePlot_help_01.png)
Plot the range of features in a data set
dsRangePlot(DS) plot the range of input variables within DS.
DS=prData('abalone');
rangeVec=dsRangePlot(DS);