calc_Abeta {DAISIE} | R Documentation |
Calculates the area at a point in time from a beta function
Description
Calculates the area at a point in time from a beta function
Usage
calc_Abeta(proptime, proptime_max, peak, Amax)
Arguments
proptime |
A numeric from 0 to 1. The proportion of time that has elapsed in the simulation, in relation to the total island age (NB: not the simulation time, but island age). |
proptime_max |
A numeric from 0 to 1. The same as
|
peak |
A numeric value specifying the peakiness (or shaprness) of the
ontogeny curve. Higher values imply peakier ontogeny. This value is
internally calculated by |
Amax |
A numeric value for maximum island area during the simulation. |
Value
Numeric
Author(s)
Joshua Lambert, Pedro Neves, Shu Xie
[Package DAISIE version 4.6.0 Index]