Learn R Programming

CausalGPS (version 0.5.1)

compute_min_max: Compute minimum and maximum

Description

Function to compute minimum and maximum of the input vector

Usage

compute_min_max(x)

Value

Returns a vector of length 2. The first element is min value, and the second element is max value.

Arguments

x

vector