degreedist.egodata: Plotting the degree distribution of an egocentric dataset
Description
A degreedist() method for egodata objects: plot a histogram
of the degree distribution of actors in the egocentric dataset,
optionally broken down by group and/or compared with a Bernoulli
graph.
Usage
# S3 method for egodata
degreedist(
object,
freq = FALSE,
prob = !freq,
by = NULL,
brgmod = FALSE,
main = NULL,
plot = TRUE,
weight = TRUE,
...
)