withinInterval: A function that determines whether a point lies in a...

Description Usage Arguments Value Examples

View source: R/autoGLM.R

Description

A function that determines whether a point lies in a specified interval.

Usage

1
withinInterval(x, interval)

Arguments

x

numeric.

interval

vector of length 2 specifying the outer values of the interval.

Value

TRUE/FALSE

Examples

1
withinInterval(5,c(1,10))

BPJandree/AutoGLM documentation built on May 5, 2019, 10:25 a.m.