Learn R Programming

tabula (version 1.0.0)

PermutationOrder-class: Permutation order

Description

An S4 class to represent a permutation order.

Usage

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

# S4 method for PermutationOrder rows(x)

# S4 method for PermutationOrder columns(x)

# S4 method for PermutationOrder method(x)

Arguments

x

A PermutationOrder object from which to extract element(s).

i

A character string specifying elements to extract. Character vectors will be matched to the name of the slots.

Methods (by generic)

  • [[: Returns information about the individual slots.

  • rows: Returns the rows permutation.

  • columns: Returns the columns permutation.

  • method: Returns the method used for seriation.

Slots

rows

A integer vector giving the rows permutation.

columns

A integer vector giving the columns permutation.

seriation

A character vector indicating the seriation method used.