Coerce an R Object to a Seriation Order
Source:R/AllGenerics.R
, R/seriation_coerce.R
as_seriation.Rd
Coerce 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
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.- axes
An
integer
vector 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()