merge.dsm | R Documentation |
Warning: this function is deprecated and will be removed in a future release of wordspace
. It may be re-introduced later with different semantics.
## S3 method for class 'dsm' merge(x, y, ..., rows=TRUE, all=FALSE, term.suffix=NULL)
x, y, ... |
two or more objects of class |
rows |
whether to merge rows (TRUE, default) or columns (FALSE) of the DSM matrices |
all |
if FALSE (default), only features shared by all DSMs are included in the merged DSM (or target terms with |
term.suffix |
optional character vector specifying one suffix string for each DSM, which will be appended to row ( |
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.