print.dsm | R Documentation |
Prints a short summary describing a dsm
object, including the number of rows and columns.
## S3 method for class 'dsm' print(x, ...)
x |
an object of class |
... |
all other arguments are silently ignored |
The main purpose of this method is to keep users from accidentally trying to print out the internal data structures of a large DSM object.
For compatibility with the generic method (and the documentation of print
), the DSM object is returned invisibly.
Stephanie Evert (https://purl.org/stephanie.evert)
print
for the generic method.
print(dsm(DSM_HieroglyphsMatrix))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.