Description Usage Arguments Author(s) Examples
Returns the number of species described in the community
1 2 | ## S3 method for class 'community'
length(x)
|
x |
the considered community |
Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>
1 2 3 4 5 | hare = population("hirsuta",30,2,80)
lynx = population("daonensis",4,1.2,60)
hudson = community('hudson',hare,lynx)
length(hudson)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.