Select one or two actors that will perform a (simultaneous) ministep.
Arguments
- net
matrix, the adjacency matrix representing the relations between actors. Valid values are 0 and 1.
- steps
numeric, do we want to sample one or two actors
- dist1
numeric, minimal path length between ego1 and ego2 at time1 in order to be allowed to start a coordination. If
NULL
just simultaneity. If notNULL
steps
is set to 2.- modet1
string indicating the type of ties being evaluated at time1. "
degree
" considers all ties as undirected. "outdegree
" only allows directed paths starting from ego1 and ending at ego2. "indegree
" only allows directed paths starting from ego2 and ending at ego2.