Description Usage Arguments Value See Also Examples
Custom print method for the Item Matrix Object.
1 2 |
x |
An |
... |
Additional methods passed onto the |
An invisible matrix
without the item_matrix
class displayed as a part
of the output displayed.
item_matrix()
, as_item_matrix()
1 2 3 4 5 | # Item matrix values
x = matrix(c(1, 0, 0, 1), nrow = 2)
# Show item matrix structure
item_matrix(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.