Get the Previous Partners of a Set of Indexes
get_partners(
dat,
index_posit_ids,
networks = NULL,
max.age = Inf,
only.active = FALSE
)
a Master list object of network models
the positional IDs of the indexes of interest
the indexes of the networks to extract the partnerships from. If NULL (default) extract from all networks.
after how many steps a partnershipl that is no longer active should be removed from the results (default = Inf)
should the inactive partners be removed from the results (default = FALSE)
a data.frame
with 5 columns:
index and partner, the unique_ids (see get_unique_ids
) of the
indexes and partners respectively. Start and stop, the timestep
where the edges started and stopped. network, the network on which
the partnership is.