Count the actors and events in an affiliation network
mode_counts.RdThese functions return the number of actors (nodes with type
attribute FALSE) or events (TRUE) in an affiliation network.
See also
Original igraph functions: vcount(), ecount()
Other modal queries and manipulations:
dualize(),
mode_addition,
modes,
schedule()
Examples
data(chicago1960s)
actor_count(chicago1960s)
#> [1] 20
event_count(chicago1960s)
#> [1] 24