View source: R/global_stopping_condition.R
gsc_trivial | R Documentation |
Factory function for a global stopping condition that never stops the computation. It results in hms running until there are no more active demes.
gsc_trivial()
function that always returns FALSE
, which can be used
as a global stopping condition for the hms function.
global_stopping_condition <- gsc_trivial()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.