lsc_trivial: Factory function for a trivial local stopping condition that...

View source: R/local_stopping_condition.R

lsc_trivialR 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.

Description

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.

Usage

lsc_trivial()

Value

Function that always returns FALSE, which can be used as a local stopping condition for hms.

Examples

local_stopping_condition <- lsc_trivial()

WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.