method
The method to be used to reorganize the matrix.
method="alpha"
is the default and will organize rows/columns based
on alphanumeric order of rownames/colnames. method="wins"
will
return a matrix ordered in descending order of summed rows (i.e. total
competitive interactions won). If rows have tied number of total wins,
they will be returned in the order of the inputted matrix.
method="ds"
Will return a matrix ordered by David's Score.