R/incidence.R
graph_from_incidence_matrix.Rd
graph_from_incidence_matrix() was renamed to graph_from_biadjacency_matrix() to create a more consistent API.
graph_from_incidence_matrix()
graph_from_biadjacency_matrix()
graph_from_incidence_matrix(...)
Some authors refer to the bipartite adjacency matrix as the "bipartite incidence matrix". igraph 1.6.0 and later does not use this naming to avoid confusion with the edge-vertex incidence matrix.
biadjacency(), create(), empty(), vcount(), famous(), simplify(), edges(), get_eids(), ecount()
biadjacency()
create()
empty()
vcount()
famous()
simplify()
edges()
get_eids()
ecount()