as.matrix,textstat_simil_sparse-method {quanteda.textstats} | R Documentation |
as.matrix method for textstat_simil_sparse
Description
as.matrix method for textstat_simil_sparse
Usage
## S4 method for signature 'textstat_simil_sparse'
as.matrix(x, omitted = NA, ...)
## S4 method for signature 'textstat_simil_symm_sparse'
as.matrix(x, omitted = NA, ...)
Arguments
x |
an object returned by textstat_simil when |
omitted |
value that will replace the omitted cells |
... |
unused |
Value
a matrix object
[Package quanteda.textstats version 0.97.2 Index]