make_edgelist: Make an edgelist from a set of nodes attributes.

Description Usage Arguments Value

Description

Make an edgelist from a set of nodes attributes.

Usage

1
make_edgelist(x, nodes = NULL)

Arguments

x

Tibble or dataframe. Table with one variable indicating the nodes.

nodes

Character sting. Indicate the name of the variable used as node id.

Value

A tibble with, for each pair of nodes, the distance (for numeric variables) or cooccurrences (categorical variables).


NicolasJBM/grpcomp documentation built on May 28, 2019, 2:21 p.m.