Learn R Programming

wordspace (version 0.2-8)

print.dsm: Print Information About DSM Object (wordspace)

Description

Prints a short summary describing a dsm object, including the number of rows and columns.

Usage

# S3 method for dsm
print(x, ...)

Arguments

x

an object of class dsm

...

all other arguments are silently ignored

Author

Stephanie Evert (https://purl.org/stephanie.evert)

Details

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.

See Also

print for the generic method.

Examples

Run this code

print(dsm(DSM_HieroglyphsMatrix))

Run the code above in your browser using DataLab