print.partition {partitions}R Documentation

Print methods for partition object

Description

A print method for partition objects and summary partition objects, including various configurable options

Usage

print.partition(x, mat = getOption("matrixlike"), h =
getOption("horiz"), ...)
print.summary.partition(x, ...)

Arguments

x Object to be printed: an object of class either partition or summary.partition
mat Boolean, with TRUE meaning to print like a matrix, and any other value meaning to print without column names (which usually results in more compact appearance)
h Boolean, with TRUE meaning to print as is, and any other value meaning to print the transpose
... Further arguments provided for compatibility

Author(s)

Robin K. S. Hankin

Examples

print(parts(5))

summary(parts(7))

[Package partitions version 1.8-2 Index]