EcologicalNetworks.jl
EcologicalNetworks.jl copied to clipboard
Everything you've never dreamed about measuring on ecological networks.
**Describe the bug** Cannot reproduce results from "Integration with Mangal" example. Two issues: 1. The following code doesn't work for me: mangal_networks = DataFrame(fill(Int64, 5), [:id, :S, :L, :pred, :herb],...
**Describe the bug** When computing the maximum trophic level of some networks, the `trophic_level` function returns unrealistically big values (i.e., orders of magnitude bigger than what we would expect for...
Thank you all for creating this amazing tool! I'm trying to generate the bottom projection of a bipartite network. It seems the 'overlap' function does this, unfortunately I am having...
In-between a bug and a feature request. `convert(::Type{UnipartiteNetwork}, Vector{Any})` fails, even when the vector only consists of objects of type `MangalInteraction`. Having a method with around this call could then...
The probabilistic and quantitative betadiv measures aren't in the package yet, should add them.
When subsetting a network, using a species that is not in the network should warn, not fail?
# Generative model api rework This PR refactors the interface for generating networks and adds additional generative models (including many bipartite generators, for which no prior generators existed) Prior to...
The simplify! command doesn't remove elements with only self-connections, and therefore takes a degenerate graph and returns a degenerate graph. **To Reproduce** ~~~julia testM = Bool[1 1 0; 1 1...
As part of [MetacommunityDynamics.jl](https://github.com/EcoJulia/MetacommunityDynamics.jl/), we want to be able to use EN.jl types and generative models on GPUs. Here's a running list of my understanding of the changes required to...
_This is more a personal idea than a real issue, please consider it kindly._ I opened the issue because I notice an inconsistency in the way the three function that...