powered by
Prints a short summary describing a dsm object, including the number of rows and columns.
dsm
# S3 method for dsm print(x, …)
an object of class dsm
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.
print
print for the generic method.
# NOT RUN { print(dsm(DSM_HieroglyphsMatrix)) # }
Run the code above in your browser using DataLab