.networkWorker | R Documentation |
Note that it assumes it does not calculate for index below and equal to ixI
.networkWorker(fun, xdata, ixI, ...)
fun |
function to be used, can be cor, cov or any other defined function |
xdata |
original data to calculate the function over |
ixI |
starting index, this can be used to save ony upper triu |
... |
extra parameters for fun |
a vector with size ncol(xdata) - ixI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.