R/internal.R

isNotPositiveInteger <- function(x){
  !is.numeric(x) || x<1 || (floor(x) != x)
}
stla/OwenR documentation built on May 30, 2019, 5:45 p.m.