is_negative: Is negative

Description Usage Arguments See Also Examples

Description

Test if an object is negative

Usage

1

Arguments

x

an R object

See Also

is_positive

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

Example output

[1] FALSE
[1] FALSE
[1] TRUE
[1] FALSE
[1] FALSE
[1] FALSE
      [,1] [,2]  [,3]
[1,]  TRUE TRUE  TRUE
[2,]  TRUE TRUE  TRUE
[3,] FALSE TRUE FALSE
[4,] FALSE TRUE FALSE

tester documentation built on May 2, 2019, 1:09 p.m.