Skip to contents

Interpret Direction

Usage

interpret_direction(x)

Arguments

x

Numeric value.

Examples

interpret_direction(.02)
#> [1] "positive"
#> (Rules: math)
#> 
interpret_direction(c(.5, -.02))
#> [1] "positive" "negative"
#> (Rules: math)
#>