Learn R Programming

rtext (version 0.1.22)

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