Learn R Programming

fable (version 0.0.0.9000)

bt: Validate whether values fall in the hilo

Description

Validate whether values fall in the hilo

Usage

bt(x, hilo)

Arguments

x

A numeric vector of values.

hilo

A vector of hilo objects.

Examples

Run this code
# NOT RUN {
myhilo <- new_hilo(lower = rnorm(10), upper = rnorm(10) + 5)
bt(0.2017, myhilo)

# }

Run the code above in your browser using DataLab