rbind.dsm | R Documentation |
Combine conformable DSM matrices by rows or columns. Additional information in the DSM objects (such as marginal frequencies) is checked for consistency and updated automatically.
Warning: these functions are experimental and may be removed or modified in a future release of wordspace
## S3 method for class 'dsm' rbind(..., term.suffix=NULL, deparse.level = 1) ## S3 method for class 'dsm' cbind(..., term.suffix=NULL, deparse.level = 1)
... |
one or more objects of class |
term.suffix |
optional character vector specifying one suffix string for each DSM, which will be appended to row ( |
deparse.level |
ignored |
if term.suffix
is specified, row information of returned DSM object will be extended with variables orig.term
specifying the original terms and orig.part
specifying the original component model (identified by the corresponding entry from term.suffix
)
Stephanie Evert (https://purl.org/stephanie.evert)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.