beepodyna: BeePODYNA

Description Usage Arguments Details Author(s) See Also Examples

View source: R/beepodyna.R

Description

A package to study population dynamic.

The beepodyna function creates a R object of the class beepodyna.

Usage

1
2
3

Arguments

label

is the label of the beepodyna object.

community

is the community object of class community to study

interactions

is the interaction matrix of the class interactions between the populations of the community. Default is a matrix without interactions.

functions

is a function or a list of functions to apply to each population in the same order as it is in the community. If the length of the list is not the same as the community, the functions are repeated so the length of the list is the same as the number of populations.

verbose

Default is TRUE. Set to FALSE if you don't want the warnings.

Details

The beepodyna object is a list containing a community, the corresponding interaction matrix and a list of the functions to apply to each population, in the order they appear in the community object.

Author(s)

Nicolas BARTALUCCI <bartalucci.nico@gmail.com>

See Also

community and interactions to create the object in parameters.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
hare = population("hirsuta",30,2,80)
lynx = population("daonensis",4,1.2,60)
hudson = community("hudson",hare,lynx)

beepodyna(label="model_1",
          community=hudson,
          interactions=interactions(2),
          exponential_growth,
          verbose = FALSE
          )

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