Description Usage Arguments Author(s) Examples
is_interactions
returns TRUE
if x is an interaction matrix of the class 'interactions'.
It returns FALSE
otherwise.
To create such an object you can use the interactions
function.
1 |
x |
is an |
Nicolas BARTALUCCI <bartalucci.nico@gmail.com>
1 2 3 | is_interactions(3)
x=interactions(nb_pop=3, x.interactions=c(0.2,-0.5, 0.1,0.2,0.3,0.8))
is_interactions(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.