View source: R/local_stopping_condition.R
lsc_trivial | R Documentation |
Factory function for a trivial local stopping condition that lets a deme be active forever. It is usually used in the root of a hms tree.
lsc_trivial()
Function that always returns FALSE
, which can be
used as a local stopping condition for hms.
local_stopping_condition <- lsc_trivial()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.