Learn R Programming

diffrprojects (version 0.1.14)

bind_between: function forcing value to fall between min and max

Description

function forcing value to fall between min and max

Usage

bind_between(x, min, max)

Arguments

x
the values to be bound
min
lower boundary
max
upper boundary