print.partition | R Documentation |
A print method for partition objects, summary partition objects, and equivalence classes. Includes various configurable options
## S3 method for class 'partition' print(x, mat = getOption("matrixlike"), h = getOption("horiz"), ...) ## S3 method for class 'summary.partition' print(x, ...) ## S3 method for class 'equivalence' print(x, sep = getOption("separator"), ...)
x |
Object to be printed: an object of class either
|
mat |
Boolean, with |
h |
Boolean governing the orientation of the printed matrix, with
|
sep |
Character vector, with special value of |
... |
Further arguments provided for compatibility |
Robin K. S. Hankin
print(parts(5)) summary(parts(7)) listParts(3) options(separator="") listParts(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.