Description Usage Arguments Details Value Examples
Calculate K based on environmental value
1 | env_to_k(env, k_base)
|
env |
Vector of environmental values. Inherited from |
k_base |
Mean carrying capacity K. |
This function adds variation to the carrying capacity based on the environment value. When the variation in the env
variable is high, the carrying capacity varies between 0.5 and 1.5 * k_base
, with most of the density being concentrated at the extremes. When variation in env
is very low, the observed k is approximately = k_base
.
This function is designed to take the df_patch$environment
output from the mcbrnet::brnet()
as the env
argument. See the brnet()
function to control the variation of environment
in head waters as well as longitudinal variation of environmental values between patches.
Vector of carrying capacities
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.