dim.dsm | R Documentation |
Retrieve the dimensions of the co-occurrence and/or score matrix represented by a DSM object.
## S3 method for class 'dsm' dim(x)
x |
an object of class |
Note that an assignment form (dim<-
) for modifying dimensions is not provided.
An integer vector of length 2, specifying the number of rows and the number of columns of the DSM matrix.
Stephanie Evert (https://purl.org/stephanie.evert)
dsm
, check.dsm
, print.dsm
, dimnames.dsm
dim(DSM_TermTerm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.