
Coerce an R Object to a Seriation Order
Source:R/AllGenerics.R, R/seriation_coerce.R
      as_seriation.RdCoerce an R Object to a Seriation Order
Usage
as_seriation(object, ...)
# S4 method for class 'CA'
as_seriation(object, margin = c(1, 2), axes = 1)Arguments
- object
- An R object. 
- ...
- Currently not used. 
- margin
- A - numericvector giving the subscripts which the rearrangement will be applied over:- 1indicates rows,- 2indicates columns,- c(1, 2)indicates rows then columns,- c(2, 1)indicates columns then rows.
- axes
- An - integervector giving the subscripts of the CA axes to be used.
Value
A PermutationOrder object.
See also
Other seriation methods:
assess(),
order(),
permute(),
refine(),
seriate_average(),
seriate_rank()