network-internal {relevent} | R Documentation |
Internal relevent package functions.
accum.interact(elist) acl.adj(acl, iter, src, dest) acl.adjmat(acl, n, iter) acl.deg(acl, n, cmode=c("in", "out", "total")) accum.ps(elist) acl.ps(elist) acl.tri(acl) accum.rrl(elist)
elist |
a three-column (time, source, destination) dyadic event list, sorted in ascending temporal order. |
acl |
a nested list structure, of the form iteration by ego by alter, containing accumulated dyadic event counts at each event onset. |
iter |
iteration (i.e., event) number. |
src |
integer denoting the sender of a dyadic event. |
dest |
integer denoting the receiver of a dyadic event. |
n |
the number of actors eligible to send/receive events. |
cmode |
the type of degree to be calculated. |
Most of these are not to be called by the user.