data(nuc_cp)
N = 10 #for the example, we recommend 1e+4 value
n = 8
NPc <- max_cong(np_matrix, NUCtr, CPtr, n, N, method = "paco",
symmetric = TRUE, ei.correct = "sqrt.D",
percentile = 0.01, res.fq = FALSE,
strat = "parallel", cl = 4)
col = c("darkorchid4", "gold")
tangle_gram(NUCtr, CPtr, np_matrix, NPc, colscale = "sequential",
colgrad = col, nbreaks = 50, node.tag = TRUE)
Run the code above in your browser using DataLab