evaluate_history_init {bistablehistory}R Documentation

Evaluates validity of initial history values.

Description

Checks number and range of values. If a scalar is passed, uses same value for both states.

Usage

evaluate_history_init(history_init)

Arguments

history_init

Either a single value or a pair of values within 0..1 range.

Value

A vector of two values

Examples

evaluate_history_init(0.5)

[Package bistablehistory version 1.1.2 Index]