as.egor.network function

Construct an Egocentric View of a network Object

Construct an Egocentric View of a network Object

Given 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"), ...)

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.

Returns

An egor object.

Examples

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

See Also

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

Author(s)

Pavel N. Krivitsky

  • Maintainer: Pavel N. Krivitsky
  • License: GPL-3 + file LICENSE
  • Last published: 2025-02-12