I am not able to read bigmemory object in igraph in R
    class(mcalls)
    [1] "big.matrix"
    attr(,"package")
    [1] "bigmemory"
    callGraph <- graph.data.frame(mcalls)
    Error in graph.data.frame(mcalls) : 
    the data frame should contain at least two columns
Is there anyway to read big.matrix datatype in igraph?
 
    