PermutationOrder-class {kairos} | R Documentation |
Permutation Order
Description
S4 classes to represent a permutation order.
Slots
rows_order
An
integer
vector giving the rows permutation.columns_order
An
integer
vector giving the columns permutation.
Subset
In the code snippets below, x
is a PermutationOrder
object.
x[[i]]
Extract information from a slot selected by subscript
i
.i
is a length-one character vector.
Author(s)
N. Frerebeau
See Also
Other classes:
AoristicSum-class
,
CountApportion-class
,
EventDate-class
,
IncrementTest-class
,
MeanDate-class
,
RateOfChange-class
[Package kairos version 2.3.0 Index]