Description Usage Arguments Value Examples
This pulls out the top predicted interactions from a model
1 | topPairs(P, Z, topX = 10)
|
P |
the estimated posterior probability interaction matrix |
Z |
the observed bipartite interaction matrix |
topX |
number of interactions to return (default is 10) |
Returns a datafame of Host, Parasite, and p(interaction) with length determined by topX (default is 10)
1 2 3 4 | ## Not run:
topPairs(P, Z, topX=15)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.