The population will initiate with a random distribution to match a basal area of 1.
Arguments
- mesh
all possible states of a population, based on an IPM. Minimal and maximal values are respectively U and L, for a total number of m states.
- SurfEch
Value of plot size surface in \(m^2\)
Details
This function is the default function for init_pop
function of a species
and always takes arguments mesh
and SurfEch
.
See also
Other functions for initiating species population during simulation:
def_initBA()
,
def_init_even()
,
def_init_k()
,
species()