View source: R/local_stopping_condition.R
lsc_metaepochs_without_active_child | R Documentation |
Factory function for a local stopping condition that stops a deme after given number of metaepochs have past since last metaepoch during which this deme had an active child.
lsc_metaepochs_without_active_child(metaepochs_limit)
metaepochs_limit |
|
Function that can be used as a local stopping condition for hms.
local_stopping_condition <- lsc_metaepochs_without_active_child(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.