compute_min_max {CausalGPS} | R Documentation |
Compute minimum and maximum
Description
Function to compute minimum and maximum of the input vector
Usage
compute_min_max(x)
Arguments
x |
vector |
Value
Returns a vector of length 2. The first element is min value, and the second element is max value.
[Package CausalGPS version 0.5.0 Index]