print_dsm: Print Information About DSM Object (wordspace)

print.dsmR Documentation

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 class 'dsm'
print(x, ...)

Arguments

x

an object of class dsm

...

all other arguments are silently ignored

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.

Author(s)

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

See Also

print for the generic method.

Examples


print(dsm(DSM_HieroglyphsMatrix))


wordspace documentation built on Aug. 23, 2022, 1:06 a.m.