Mirroring igraph/igraph#2326, any function names referring to an "incidence matrix" should be changed to say "biadjacency matrix".
This affects at least as_incidence_matrix() and graph_from_incidence_matrix().
In the future, the name "incidence" matrix will be used for edge-vertex incidence matrices.
@krlmlr @maelle Up to you when you start adding aliases in preparation for a future deprecation (and eventual repurposing) of the "incidence" names.
Mirroring igraph/igraph#2326, any function names referring to an "incidence matrix" should be changed to say "biadjacency matrix".
This affects at least
as_incidence_matrix()andgraph_from_incidence_matrix().In the future, the name "incidence" matrix will be used for edge-vertex incidence matrices.
@krlmlr @maelle Up to you when you start adding aliases in preparation for a future deprecation (and eventual repurposing) of the "incidence" names.