diag2na {quanteda.textstats}R Documentation

convert same-value pairs to NA in a textstat_proxy object

Description

Converts the diagonal, or the same-pair equivalent in an object where the columns have been selected, to NA.

Usage

diag2na(x)

Arguments

x

the return from textstat_simil() or textstat_dist()

Value

sparse Matrix format with same-pair values replaced with NA


[Package quanteda.textstats version 0.97.2 Index]