as_seriation: Coerce an R Object to a Seriation Order

as_seriationR Documentation

Coerce an R Object to a Seriation Order

Description

Coerce an R Object to a Seriation Order

Usage

as_seriation(object, ...)

## S4 method for signature '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.

Author(s)

N. Frerebeau

See Also

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


kairos documentation built on April 3, 2025, 7:08 p.m.