print.matrixset | R Documentation |
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 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.
## S3 method for class 'matrixset'
print(x, ..., n_matrices = 2)
x |
|
... |
currently not used |
n_matrices |
Number of matrices to display |
Invisibly, the matrixset
object.
print(student_results)
print(mrm_plus2015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.