SimulationComponents: Code components to simulate a landscape

Description Usage Arguments Details See Also

Description

These functions can be used to construct custom simulations of landscapes. Each conducts only a single generations worth of change

Usage

1
2
3
4
5
  rland <- landscape.advance(rland=l)
  rland <- landscape.carry(rland=l)
  rland <- landscape.extinct(rland=l)
  rland <- landscape.reproduce(rland=l)
  rland <- landscape.survive(rland=l)

Arguments

rland

the Rmetasim landscape object

Details

landscape.advance() merely advances the generation counter and selects the new generations demographic conditions if such conditions can vary. The other functions implement carrying capacity, local extinction, reproduction, and survival/growth, respectively. The function landscape.simulate() bundles the functionality of these components into a single function (and executes it slightly faster all within linked C++ code).

See Also

landscape.simulate


stranda/kernelPop2 documentation built on March 30, 2020, 5:37 a.m.