number_of_connecting_edges: Get the number of conecting edges between two groups

Description Usage Arguments

View source: R/number_of_connecting_edges.R

Description

It calculates the number of edges from group1 to group2

Usage

1
number_of_connecting_edges(g, group1, group2, mode = "all")

Arguments

g

The graph object

group1

The departure set of nodes

group2

The arrival set of nodes

mode

The direction of the edges to be considered. If 'in', the edges considered will be incidents over group1, if 'out', will be incident over group2, if 'all', all edges are considered.


arielolafsalgado/packexplorer documentation built on Aug. 22, 2021, 8:55 a.m.