Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine from index ids and to index ids into single object. #31

Open
dblodgett-usgs opened this issue May 15, 2024 · 0 comments
Open

Combine from index ids and to index ids into single object. #31

dblodgett-usgs opened this issue May 15, 2024 · 0 comments

Comments

@dblodgett-usgs
Copy link
Collaborator

This will use the concept of "successors" and "predecessors" as used in https://networkx.org/documentation/stable/reference/classes/generated/networkx.DiGraph.predecessors.html

structure(list(adj = make_to_indexids(), 
                     succ = make_from_ides()), 
               class = "hygraph"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant