Learn R Programming

kairos (version 2.2.0)

as_seriation: Coerce an R Object to a Seriation Order

Description

Coerce an R Object to a Seriation Order

Usage

as_seriation(object, ...)

# S4 method for CA as_seriation(object, margin = c(1, 2), axes = 1)

Value

A PermutationOrder object.

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.

Author

N. Frerebeau

See Also

Other seriation methods: assess(), order(), permute(), refine(), seriate_average(), seriate_rank()