demoniche_model: Demographic Modelling

Description Usage Arguments Note Author(s) Examples

Description

The function performs the modelling simulations on the object created by demoniche_setup. The user specifies if she/he wishes to include effects of the Niche values and dispersal. The user also needs to specify how many repetitions are to be carried out and supply a name for the folder where the simulation results will be saved.

Usage

1
demoniche_model(modelname, Niche, Dispersal, repetitions, foldername)

Arguments

modelname

character, name of species object created in demoniche_setup function.

Niche

logical, implement niche values or not.

Dispersal

logical, to implement dispersal or not.

repetitions

vector of length 1, how may repitions to run.

foldername

character, the name of the folder in which to save the results.

Note

Please see the Manual for examples, available from http://demoniche.r-forge.r-project.org/pics/demoniche_manual.pdf

Author(s)

Hedvig Nenzen

Examples

1
2
3
4
5
data(Hmontana)

noCC_nodispersal <- demoniche_model(modelname = "Hmontana", Niche = FALSE, 
                        Dispersal = FALSE, repetitions =  2,
                        foldername = "noCC_nodispersal")

demoniche documentation built on May 2, 2019, 4:45 p.m.