as.list.dist.RdCoerce a dist matrix into a list of selected target terms and similar terms,
in descending order of similarity. Can be used after calling
textstat_simil or textstat_dist.
# S3 method for dist as.list(x, sorted = TRUE, n = NULL, ...)
| x | dist class object |
|---|---|
| sorted | sort results in descending order if |
| n | the top |
| ... | unused |