pmax: Parallel Maxima and Minima

View source: R/pmax.R

pmaxR Documentation

Parallel Maxima and Minima

Description

pmax and pmin take one or more vectors as arguments and return a single vector giving the 'parallel' maxima (or minima) of the argument vectors

Usage

pmax(...)

pmin(...)

## S3 method for class 'vclVector'
pmin(..., na.rm = FALSE)

Arguments

...

a vclVector object

na.rm

a logical indicating whether missing values should be removed.

Value

A vclMatrix object.

See Also

pmax pmin


gpuR documentation built on May 29, 2024, 11:56 a.m.