Deprecated Methods
seriate_correspondence(object, ...)seriate_reciprocal(object, ...)
# S4 method for CountMatrix
seriate_reciprocal(object, EPPM = FALSE, margin = c(1, 2), stop = 100)
# S4 method for IncidenceMatrix
seriate_reciprocal(object, margin = c(1, 2), stop = 100)
An object.
Currently not used.
A logical
scalar: should the seriation be computed
on EPPM instead of raw data?
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
giving the stopping rule
(i.e. maximum number of iterations) to avoid infinite loop.