The edges parameter of as_adjacency_matrix() was promised to be removed in igraph 1.4.0, but this did not happen.
There is a warning:
warning("The `edges` argument of `as_adjacency_matrix` is deprecated; it will be removed in igraph 1.4.0")
This parameter is still functional as of 1.4.3, but we won't be able to provide it with C/igraph 0.10. I suggest removal in 1.5.0.
The
edgesparameter ofas_adjacency_matrix()was promised to be removed in igraph 1.4.0, but this did not happen.There is a warning:
This parameter is still functional as of 1.4.3, but we won't be able to provide it with C/igraph 0.10. I suggest removal in 1.5.0.