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

Provide a network_view(), UnLayer(), or similar method for Layer() constructs. #14

Open
krivit opened this issue Jul 9, 2022 · 1 comment

Comments

@krivit
Copy link
Member

krivit commented Jul 9, 2022

There out to be a convenient way to resplit, say, a simulated multilayer network into individual layers. It should probably have an output=c("attributes","list") argument, with the former producing a single network with an edge attribute for each layer and the latter producing a list of networks, one for each layer.

@krivit
Copy link
Member Author

krivit commented Jul 9, 2022

It will also need to put bipartite, undirected, etc. attributes back.

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