View source: R/Loops_functions_new.R
loops_parallel | R Documentation |
Same function as loops() but calculations can be run on multiple cores (setup of parallel backend only works on Linux!!!)
loops_parallel(n, A, n_cores)
n |
loop length |
A |
a Jacobian matrix in which all loops of length should be identified |
n_cores |
number of cores used for computation |
A dataframe containing the loops, their strengths and weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.