View source: R/community_profiles.R
snac_resample | R Documentation |
Compute SNAC+ with resampling
snac_resample( A, nrep = 20, Kmin = 1, Kmax = 13, ncores = parallel::detectCores() - 1, seed = 1234 )
A |
adjacency matrix |
nrep |
number of times SNAC+ is computed |
Kmin |
minimum community number to use in SNAC+ |
Kmax |
maximum community number to use in SNAC+ |
ncores |
number of cores to use in the parallel computing |
seed |
seed for random sampling |
A data frame with columns specifying repetition cycles, number of community numbers and the value of SNAC+ statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.