is_positive: Is positive

Description Usage Arguments See Also Examples

Description

Test if an object is positive

Usage

1

Arguments

x

an R object

See Also

is_negative

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

Example output

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

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