Description Usage Arguments Value Author(s) See Also Examples
Check if the object is a community or not.
1 | is_community(x)
|
x |
the object which must be a community to validate the condition |
a logical "TRUE" or "FALSE"
Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>
community
to see how to make an object of class community.
1 2 3 4 5 | hare = population("hirsuta",30,2,80)
lynx = population("daonensis",4,1.2,60)
hudson = community('hudson',hare,lynx)
is_community(hudson)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.