Learn R Programming

ergm.ego (version 1.1.0)

as.egor.network: Construct an Egocentric View of a network Object

Description

Given a network object, construct an egor object representing a census of all the actors in the network. Used mainly for testing.

Usage

# S3 method for network
as.egor(x, special.cols = c("na"), ...)

Value

An egor object.

Arguments

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.

Author

Pavel N. Krivitsky

See Also

template_network, which performs the inverse operation (though drops the ties).

Examples

Run this code

# See example(ergm.ego) and example(template_network).

Run the code above in your browser using DataLab