clamp {PvSTATEM} | R Documentation |
Clamp a value to a range
Description
Clamp a value to a range
Usage
clamp(x, lower = -Inf, upper = Inf)
Arguments
x |
( |
lower |
('numeric(1)') The lower bound of the range. |
upper |
( |
Value
A numeric value clamped to the range [lower
, upper
].
[Package PvSTATEM version 0.1.2 Index]