Learn R Programming

migraph (version 0.8.13)

edge: Identifying edges by certain properties

Description

Identifying edges by certain properties

Usage

edge_mutual(object)

edge_multiple(object)

edge_loop(object)

Arguments

object

A migraph-consistent class object (matrix, edgelist, igraph, network, tidygraph)

Functions

  • edge_mutual: Identify edges that are mutual/reciprocated

  • edge_multiple: Identify edges that are multiples

  • edge_loop: Identify edges that are loops

Examples

Run this code
# NOT RUN {
edge_mutual(ison_m182)
edge_multiple(ison_m182)
edge_loop(ison_m182)
# }

Run the code above in your browser using DataLab