merge.dsm {wordspace} | R Documentation |
Merge Rows or Columns from Different DSM Objects (wordspace)
Description
Warning: this function is deprecated and will be removed in a future release of wordspace
. It may be re-introduced later with different semantics.
Usage
## S3 method for class 'dsm'
merge(x, y, ..., rows=TRUE, all=FALSE, term.suffix=NULL)
Arguments
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 ( |
Value
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
)
Author(s)
Stephanie Evert (https://purl.org/stephanie.evert)