Description Usage Arguments Details Author(s) See Also Examples
Create a community with giving its name and a minimum of one population.
1 |
label |
the name of the community (character string) |
... |
one or several population objects. All other objects will be rejected and a warning will be print. |
verbose |
Default is |
There is no need to put a name for additionnal populations, because each element of community will be named after the label which is in every population object you provide.
Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>
population
to see how to make an object of class population.
1 2 3 4 | hare = population("hirsuta",30,2,80)
lynx = population("daonensis",4,1.2,60)
hudson = community('hudson',hare,lynx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.