as.matrix.partition {partitions}R Documentation

Coerce partitions to matrices and vice versa

Description

Coercion to and from partitions

Usage

as.matrix.partition(x, ...)
as.partition(x, ...)

Arguments

x Object to be coerced
... Further arguments

Author(s)

Robin K. S. Hankin

Examples

as.matrix(parts(5))

[Package partitions version 1.9-3 Index]