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 first n_matrices are displayed, while the others will
be named only.
The row and column annotations (row_info/column_info) are displayed as
tibble objects.
Usage
# S3 method for matrixset
print(x, ..., n_matrices = 2)