Description Usage Arguments Value
View source: R/network_utils.R
Creates a vector of the same length as an edge list indicating whether each tie is reciprocated
1 | reciprocated(x)
|
x |
numeric or integer matrix of two columns (can also be a data.table/data.frame) |
length nrow(x)
vector of zeros (not reciprocated) and ones (reciprocated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.