Skip to contents

Vector2 Max

Usage

vector2_max(v1, v2)

Arguments

v1

A numeric vector of length 2.

v2

A numeric vector of length 2.

Value

A numeric vector of length 2

Examples

vector2_max(c(100, 100), c(100, 100))
#>   x   y 
#> 100 100