community: Create a community with giving its name and a minimum of one...

Description Usage Arguments Details Author(s) See Also Examples

View source: R/community.R

Description

Create a community with giving its name and a minimum of one population.

Usage

1
community(label, ..., verbose = TRUE)

Arguments

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 TRUE. Set to FALSE if you don't want the warnings.

Details

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.

Author(s)

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

See Also

population to see how to make an object of class population.

Examples

1
2
3
4
   hare = population("hirsuta",30,2,80)
   lynx = population("daonensis",4,1.2,60)

   hudson = community('hudson',hare,lynx)

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