length.community: Returns the number of species described in the community

Description Usage Arguments Author(s) Examples

View source: R/community.R

Description

Returns the number of species described in the community

Usage

1
2
## S3 method for class 'community'
length(x)

Arguments

x

the considered community

Author(s)

Jaunatre Maxime <maxime.jaunatre@etu.univ-grenoble-alpes.fr>

Examples

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)

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.