incidentally | R Documentation |
Functions to generate incidence matrices and bipartite graphs that have (1) a fixed fill rate, (2) given marginal sums, (3) marginal sums that follow given distributions, or (4) represent bill sponsorships in the US Congress. It can also generate an incidence matrix from an adjacency matrix, or bipartite graph from a unipartite graph, via a social process mirroring team, group, or organization formation.
Incidence matrices can be generated:
...with a fixed fill rate: incidence.from.probability()
.
...with given marginals: incidence.from.vector()
.
...with marginals that follow given distributions: incidence.from.distribution()
.
...from a network, by a social process mirroring team, group, or organization formation incidence.from.adjacency()
.
...with a block structure or planted partition: add.blocks()
.
...from US Congress bill sponsorships: incidence.from.congress()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.