You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial lapply call on adjList in adj2mat creates separate columns for each element in the matrix, which crashes the function. We could just wrap the inner adjList reference in an as.data.frame or, even better, just use the matrix directly after detecting the typeof.
The text was updated successfully, but these errors were encountered:
The initial lapply call on adjList in adj2mat creates separate columns for each element in the matrix, which crashes the function. We could just wrap the inner adjList reference in an
as.data.frame
or, even better, just use the matrix directly after detecting thetypeof
.The text was updated successfully, but these errors were encountered: