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
rows
An integer
vector giving the rows permutation.
columns
An integer
vector giving the columns permutation.
seriation
A character
string indicating the seriation
method used.