weight_jaccard: Jaccard weighting of edge-strenght

View source: R/functions_general.R

weight_jaccardR Documentation

Jaccard weighting of edge-strenght

Description

Jaccard weighting of edge-strenght in an edge list

Usage

weight_jaccard(i, j, w = 1)

Arguments

i

The outgoing node in an edgelist.

j

The outgoing node in an edgelist.

w

The weight of the edge between i and j.

Details

Takes a weighted edge-list and adjusts the weight by dividing the two nodes union by their intercept.


daniel-hain/TidyScientometrix documentation built on Sept. 2, 2023, 6:03 a.m.