Learn R Programming

tabula (version 1.3.0)

PermutationOrder-class: Permutation order

Description

An S4 class to represent a permutation order.

Arguments

Slots

id

A character string specifying the unique identifier of the corresponding matrix (UUID v4).

rows

An integer vector giving the rows permutation.

columns

An integer vector giving the columns permutation.

method

A character string indicating the seriation method used.

Subset

x[[i]]

Extracts informations from a slot selected by subscript i. i should be one of "id", "rows", "columns" or "method". Any unambiguous substring can be given.