is_between_zeroone: Return whether a given value is between 0 and 1, inclusive

Description Usage Arguments Value

Description

is_between_zerooone returns a boolean value indicating whether (TRUE) or not (FALSE) the given value is numeric and between 0 and 1, inclusive.

Usage

1

Arguments

x

Some numeric value (scalar)

Value

TRUE if x is a single numeric value in the range [0,1], and FALSE otherwise.


briandconnelly/mutationtree documentation built on May 13, 2019, 5:14 a.m.