Learn R Programming

EpiModel (version 2.5.0)

as_tibble_edgelist: Convert an Edgelist into a Tibble

Description

Convert an Edgelist into a Tibble

Usage

as_tibble_edgelist(el)

Value

The edgelist in tibble form with two columns named head and tail.

Arguments

el

An edgelist in matrix or data frame form.