Skip to contents

Vector2 Invert

Usage

vector2_invert(v)

Arguments

v

A numeric vector of length 2.

Value

A numeric vector of length 2

Examples

vector2_invert(c(100, 100))
#>    x    y 
#> 0.01 0.01