Skip to contents

An S4 class to represent a permutation order.

Usage

# S4 method for PermutationOrder,ANY,missing
[[(x, i)

Arguments

x

An object from which to extract element(s) or in which to replace element(s).

i

A character string specifying elements to extract.

Functions

  • x[[i: Extracts information from a slot selected by subscript i. i is a length-one character vector. Returns the corresponding slot values.

Slots

rows_order

An integer vector giving the rows permutation.

columns_order

An integer vector giving the columns permutation.

method

A character string indicating the seriation method used.

Author

N. Frerebeau