Learn R Programming

hutilscpp (version 0.3.0)

do_pminV: Parallel maximum

Description

A faster pmin().

Usage

do_pminV_dbl(x, y, in_place = FALSE)

do_pminV_int(x, y, in_place = FALSE)

Arguments

x

A numeric vector.

y

A numeric vector, the same length as x.

in_place

(bool, default: false) Modify x in-place?

Value

The parallel maximum of the input values.