Calculates variance based on env.ci, the proportion of env. variance, and mu, the mean probability of mature survival.
Arguments
- env.ci
Proportion of environmental variance used to define mature survival rate per generation
with a beta distribution. This number must be in between 0 and 1, but cannot be equal to 0 or 1.
- mu
Mean probability of mature survival (list).
Value
Calculated variance.
Examples
variance <- var.option(env.ci = 0.9, mu = 0.6)
#> Error in var.option(env.ci = 0.9, mu = 0.6): could not find function "var.option"