schedule: Actors and their shared events

Description Usage Arguments See Also

View source: R/schedule.R

Description

Given an affiliation network and a vector of actor node IDs, produce the induced subgraph on the actor nodes together with all event nodes incident to at least two of them. This is called the actors' schedule.

Usage

1
schedule(graph, actors = V(graph)[V(graph)$type == FALSE])

Arguments

graph

An affiliation network.

actors

A vector of actor nodes in graph.

See Also

Other modal queries and manipulations: dualize, mode_addition, mode_counts, modes


corybrunson/bitriad documentation built on May 13, 2019, 10:51 p.m.