pmax.abs: Return the signed value with greater magnitude

Description Usage Arguments

View source: R/math.R

Description

Determines which value has greater magnitude (i.e. by absolute value) and returns the original signed value. Compares vectors x and y pairwise.

Usage

1
pmax.abs(x, y)

Arguments

x

(Numeric vector) Input values

y

(Numeric vector) Input values


farrellja/URD documentation built on June 17, 2020, 4:48 a.m.