View source: R/MK_dPCIIC_links.R
connections_dIIC | R Documentation |
Estimate dIIC link
connections_dIIC(
connections = NULL,
rows = NULL,
cols = NULL,
change = NULL,
dist = NULL,
distance_threshold = NULL,
attrib_n = NULL,
num = NULL,
graph_n = NULL,
G1 = 1000,
min_nodes = 2000,
parallel = NULL,
parallel_mode = 0,
intern = FALSE
)
connections |
numeric |
rows |
numeric |
cols |
numeric |
change |
matrix. New distance matrix or connections values |
dist |
matrix. First distance matrix or connections values |
distance_threshold |
numeric |
attrib_n |
numeric. Nodes attribute |
num |
numeric. numPC ID patches = 1 |
graph_n |
Graph from igraph package |
G1 |
numeric |
min_nodes |
numeric |
parallel |
numeric |
parallel_mode |
numeric |
intern |
logical |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.