an.union: Union of affiliation networks

Description Usage Arguments

View source: R/an.union.R

Description

This function takes the union of two affiliation networks and the quotient of this union by actors and/or events having the same names. If nodes of some type are not matched, but any two nodes of this type in different networks have the same name, then both networks' nodes of this type are prepended with 'X' (first network) and 'Y' (second network).

Usage

1
an.union(an1, an2, match.actors = TRUE, match.events = TRUE)

Arguments

an1

Bipartite graph object

an2

Bipartite graph object

match.actors

Logical; whether to match actors with same names. Defaults to 'TRUE'

match.events

Logical; similar to 'match.actors'


corybrunson/pubmed.network documentation built on May 13, 2019, 10:52 p.m.