is.wholenumber: Check if a number is integer

View source: R/utils.R

is.wholenumberR Documentation

Check if a number is integer

Description

Check if x is an integer number, differently from is.integer, which checks the type of the object x

Usage

is.wholenumber(x, tol = .Machine$double.eps^0.5)

Arguments

x

a scalar or a numeric vector

tol

a scalar, indicating the tolerance

Note

From the help page of function is.integer


UPSvarApprox documentation built on Aug. 27, 2023, 9:06 a.m.