-
-
Notifications
You must be signed in to change notification settings - Fork 205
Add igraph_join() to R #1345
Copy link
Copy link
Open
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
Milestone
Metadata
Metadata
Assignees
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.expose 🏖️Make igraph/C functionality available in RMake igraph/C functionality available in R
igraph_join()was added in 0.10.11, see: https://igraph.org/c/html/latest/igraph-Operators.html#igraph_joinThe interface should be similar to
disjoint_union(), but note thatigraph_join()does not have a variant that takes an arbitrary number of graphs (not really practically needed). You might consider adding an operator form as well.