Last data update: 2014.03.03

R: Plot network and neighborhoods
hergm.plotR Documentation

Plot network and neighborhoods

Description

The function hergm.plot plots the network and neighborhoods by exploiting posterior classification probabilities based on a MCMC sample generated by function hergm.

Usage


hergm.plot(sample = NULL,
           ...)

Arguments

sample

MCMC sample generated by function hergm.

...

additional arguments, to be passed to lower-level functions in the future.

Value

Plot of network and neighborhoods.

See Also

network, hergm

Examples

## Not run: 
data(example)

sample <- hergm(d ~ edges_ij + triangle_ijk)

hergm.plot(sample)

## End(Not run)

Results