check_positive: check_positive

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Check whether a function has negative values

Usage

1
check_positive(f, var_min, var_max)

Arguments

f

a function to search across

var_min

the lower bound domain to check with f

var_max

the upper bound domain to check with f

Value

a boolean value that represents whether a function is only positive

Examples

1

andrea2910/ars documentation built on June 17, 2021, 3:32 a.m.