Coerce an R Object to a Seriation Order
as_seriation(object, ...)# S4 method for CA
as_seriation(object, margin = c(1, 2), axes = 1)
A PermutationOrder
object.
An R object.
Currently not used.
A numeric
vector giving the subscripts which the
rearrangement will be applied over: 1
indicates rows, 2
indicates
columns, c(1, 2)
indicates rows then columns, c(2, 1)
indicates columns
then rows.
An integer
vector giving the subscripts of the CA axes to be
used.
N. Frerebeau
Other seriation methods:
assess()
,
order()
,
permute()
,
refine()
,
seriate_average()
,
seriate_rank()