Construct an Egocentric View of a network
Object
network
ObjectGiven a network
object, construct an egor
object representing a census of all the actors in the network. Used mainly for testing.
## S3 method for class 'network' as.egor(x, special.cols = c("na"), ...)
x
: A network
object.special.cols
: Vertex attributes that should not be copied to the egos
and alters
tables. Defaults to attributes special to the network
objects....
: Additional arguments, currently unused.An egor
object.
# See example(ergm.ego) and example(template_network).
template_network()
, which performs the inverse operation (though drops the ties).
Pavel N. Krivitsky