Description Usage Arguments Details Value Author(s) Examples
'getLinks' vectorizes a numerical square 'matrix' and writes the values and their corresponding ranks to a 'data.frame'.
1 | getLinks(mat, exclude = "== 1")
|
mat |
matrix containing the values of confidence for a link |
exclude |
'character', logical statement as 'character' to set 'TRUE' values to NaN in 'mat', will be omitted if 'exclude = NULL' |
'getLinks' is a helper function used in the function 'threshold'.
'data.frame' with entries 'row', 'col', 'confidence' and 'rank'
Thomas Naake, thomasnaake@googlemail.com
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.