Closed gaborcsardi closed 10 years ago
library(igraph) local.scan(graph.ring(10), k=1, FUN="ecount") # Error: is.null(FUN) || is.function(FUN) is not TRUE local.scan(graph.ring(10), k=1, FUN=ecount) # Error in match(x, table, nomatch = 0L) : # 'match' requires vector arguments