as.egor.network | R Documentation |
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 |
special.cols |
Vertex attributes that should not be copied to the
|
... |
Additional arguments, currently unused. |
An egor
object.
Pavel N. Krivitsky
template_network
, which performs the inverse
operation (though drops the ties).
# See example(ergm.ego) and example(template_network).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.