PermutationOrder-class: Permutation order
Description
An S4 class to represent a permutation order.
Usage
# S4 method for PermutationOrder
[[(x, i)
Arguments
x
A PermutationOrder object from which to extract element(s).
i
A character string specifying the element to extract.
Character vectors will be matched to the name of the slots.
Slots
rowsAn integer vector giving the rows permutation.
columnsAn integer vector giving the columns permutation.
seriationA character string indicating the seriation
method used.