igraph / rigraph

igraph R package
https://r.igraph.org
551 stars 200 forks source link

Split sample_bipartite() into two functions for the G(n,m) and G(n,p) case #630

Open szhorvat opened 1 year ago

szhorvat commented 1 year ago

What is the feature or improvement you would like to see?

Separate sample_bipartite() into sample_biparite_gnm() and sample_bipartite_gnp(), and eventually deprecate sample_bipartite().

Motivation

References

szhorvat commented 10 months ago

Consider this for 2.0 @krlmlr @maelle?

maelle commented 10 months ago

Noting that if we do, the deprecation code for bipartite.random.game() will need to be updated.