inLimits: are values within limits (e.g. xlim, ylim)?

View source: R/limits.R

inLimitsR Documentation

are values within limits (e.g. xlim, ylim)?

Description

are values within limits (e.g. xlim, ylim)?

Usage

inLimits(x, limits)

Arguments

x

vector of values

limits

two-element vector of (lower and upper) limits

Value

vetor of logical. Each element corresponds to an element in x and is TRUE if the element is within the limits or FALSE if the element is out of the limits.


KWB-R/kwb.plot documentation built on Oct. 2, 2023, 10:16 p.m.