| genRandomPar {blockmodeling} | R Documentation |
The function generates random partitions. The function is meant to be caled by the function opt.random.par
genRandomPar(k, n, seed = NULL, mingr = 1, maxgr = Inf, addParam = list(genPajekPar = TRUE, probGenMech = NULL))
k |
Number of clusters (by modes) |
n |
Number of units (by modes) |
seed |
Seed for generating random numbers (partitions) |
mingr |
Minimal alowed group size |
maxgr |
Maximal alowed group size |
addParam |
This has to be a list with the following parameters (any or all can be missing, then the default values (see usage) are used): |
A random partition in the format required by opt.random.par. If a netowork has several modes, than a list of partitions, one for each mode.
Aleš Žiberna
BATAGELJ, Vladimir, MRVAR, Andrej (2006): Pajek 1.11, http://mrvar.fdv.uni-lj.si/pajek/ (accessed January 6, 2006).