closest {SimTimeVar} | R Documentation |
An internal function not intended for the user. Given a number x
and vector of
permitted values,
returns the closest permitted value to x
(in absolute value).
closest(x, candidates)
x |
The number to be compared to the permitted values. |
candidates |
A vector of permitted values. |
closest( x = 5, candidates = c(-3, 8, 25) )