
This is a generic function to convert R objects to igraph graphs.
graph_(...)
Parameters, see details below.
TODO
# NOT RUN {
## These are equivalent
graph_(cbind(1:5,2:6), from_edgelist(directed = FALSE))
graph_(cbind(1:5,2:6), from_edgelist(), directed = FALSE)
# }
Run the code above in your browser using DataLab