Usage
network.mc.scan(n, g, radius, attribute, model, pattern,
fix.edge= FALSE, max.prop = 0.5, xmin = NULL, zetatable =NULL)
Arguments
n
The size of the generated Monte Carlo data.
radius
The radius of scanning windows.
Default is 3.
attribute
The interested attribute which should be a data list including observations (obs) and population (pop).
model
The distribution of attribute which can be
"norm.stat", "pois.stat", "binom.stat", and "multinom.stat".
pattern
The testing pattern of the network
which can be "structure", "attribute", and "both".
fix.edge
Logical term: TRUE for generating fixed number of edges; FALSE for random number of edges.
Default is FALSE.
max.prop
Numeric value, the maximum proportion of selecting graph.
Default is 0.5.
xmin
Numeric value, the minimum value only for powerlaw stat.
Default is 1.
zetatable
Zatatable is applied when power-law distribution is used. Default is NULL.