Skip to contents

Vector4 Max

Usage

vector4_max(v1, v2)

Arguments

v1

A numeric vector of length 4.

v2

A numeric vector of length 4.

Value

A numeric vector of length 4

Examples

vector4_max(c(0, 0, 0, 1), c(0, 0, 0, 1))
#> x y z w 
#> 0 0 0 1