DAISIE_nonoceanic_spec: Calculates the species on the island initially when...

Description Usage Arguments Value Examples

View source: R/DAISIE_utils.R

Description

Calculates the species on the island initially when nonoceanic_pars[1] != 0

Usage

1
DAISIE_nonoceanic_spec(prob_samp, prob_nonend, mainland_n)

Arguments

prob_samp

probability of a species being sampled from the mainland pool

prob_nonend

probability of a species sampled being non-endemic

mainland_n

number of species in the mainland pool

Value

A list of non-endemic species, endemic species and the new mainland species pool

Examples

1
2
3
4
DAISIE_nonoceanic_spec(
prob_samp = 0.1,
prob_nonend = 0.9,
mainland_n = 1000)

xieshu95/DAISIE_new documentation built on March 20, 2020, 5:31 a.m.