DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TDataTable
Methods
ExchangeRows
See also:
ExchangeColumns
,
ExchangeMarkings
,
MirrorColumns
,
MirrorRows
Index
Statistical Background
ExchangeRows
Declaration:
TDataTable
.
ExchangeRows
(r1,r2: integer);
The method
ExchangeRows
exchanges the two rows
r1
and
r2
of the data table, along with the
row names
and the
row attributes
.