Description Usage Arguments Value Author(s)
Extracts (non-zero) edge weight vector W from a graph and replaces it with log(W + eps) where log is the logarithm operation.
1 2 | gs.edge.threshold(g, edge.attr = NULL, threshold = 0, method = "absolute",
output.type = "matrix")
|
g |
an |
edge.attr |
if
|
threshold |
the threshold for removing edges. Defaults to 0. Sets edges thresholded away to |
method |
The method to use for thresholding. Defaults to
|
output.type |
the type of output to produce for the between community expectations. Defaults to
|
eps |
the offset for taking the logarithm, in the event that there are entries of |
an igraph
object or an nxn
adjacency matrix with n
vertices depending on output.type
.
Eric Bridgeford ericwb95@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.