compute_min_max: Compute minimum and maximum

View source: R/compute_minmax.R

compute_min_maxR 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.


CausalGPS documentation built on Sept. 30, 2023, 1:06 a.m.