DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ExchangeRows

Declaration: TMatrix.ExchangeRows (r1,r2: integer);
The method ExchangeRows exchanges the two matrix rows r1 and r2. The OnChange event is triggered after the exchange of the rows has been finished.