st_network_join()
returns a directed network although both inputs are undirected
#174
Labels
st_network_join()
returns a directed network although both inputs are undirected
#174
Describe the bug
When giving two unidrected networks to
st_network_join()
the result seems to always be a directed network.Reproducible example
Created on 2021-09-23 by the reprex package (v0.3.0)
Expected behavior
Direction of the input networks should be preserved after performing a network join.
Workaround now is to run
convert(to_undirected)
to the result.R Session Info
The text was updated successfully, but these errors were encountered: