sampleAdj | R Documentation |
Desc
sampleAdj(
adj,
size = 5,
n = 5,
maxTry = 1000,
starTopo = 1,
type = 1,
seed = -1
)
adj |
Adjazenzmatrix |
size |
Size of clusters (number of links) |
n |
Number of clusters |
maxTry |
numbers of random tries to establish clusters |
starTopo |
create star topology |
type |
If set to 0, n refers to number of edges, choose 1 for number of nodes |
seed |
if set to -1, no seed is used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.