`as_igraph(graph_create(c(.5, .5), matrix(0, 2, 2)))` Solution is to make an empty graph, then add vertices and edges, rather than making if from an edge dataframe