We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps method argument to proxfun() could accept a vector of method names:
method
proxfun()
proxfun(g, c("lp", "rwr"))
Depending on value would return
value
matrix
[v1,v2,method]
edgelist
v1
v2
lp
rwr
graph
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Perhaps
method
argument toproxfun()
could accept a vector of method names:Depending on
value
would returnmatrix
- 3d array[v1,v2,method]
edgelist
- data frame with columnsv1
,v2
,lp
,rwr
graph
- igraph object with additional edge attributeslp
,rwr
etc.The text was updated successfully, but these errors were encountered: