Last data update: 2014.03.03

R: Internal Relevent Package Functions
network-internalR Documentation

Internal Relevent Package Functions

Description

Internal relevent package functions.

Usage

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)

Arguments

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.

Details

Most of these are not to be called by the user.

See Also

rem

Results