print.matrixset {matrixset} | R Documentation |
Print a matrixset
Description
When printing a matrixset
:
The number of matrices and their dimension is shown
Prints each matrix of the object, showing its type and dimension. Full matrices are shown only for those with 3 rows or less. Otherwise, only the first and last row is shown. The same also applies for the columns.
An exception to the point above: if the number of matrices is greater than
n_matrices
, the firstn_matrices
are displayed, while the others will be named only.The row and column annotations (
row_info
/column_info
) are displayed astibble
objects.
Usage
## S3 method for class 'matrixset'
print(x, ..., n_matrices = 2)
Arguments
x |
|
... |
currently not used |
n_matrices |
Number of matrices to display |
Value
Invisibly, the matrixset
object.
Examples
print(student_results)
print(mrm_plus2015)
[Package matrixset version 0.3.0 Index]