Description Usage Arguments Value Author(s)
Extracts edge weight vector W from a graph and replaces it with log(W + eps) where log is the logarithm operation.
1 2 | gs.edge.log(g, edge.attr = NULL, base = exp(1), eps = 1,
output.type = "matrix")
|
g |
an |
edge.attr |
if
|
base |
the base for the logarithm operation. Defaults to base |
eps |
the offset for taking the logarithm, in the event that there are entries of |
output.type |
the type of output to produce for the between community expectations. Defaults to
|
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.