Description
Tests whether the input object is a valid object of class gap
.
Usage
is.gap(object, return.logical = FALSE)
Value
A logical value or nothing, depending on the value of return.logical
.
Arguments
- object
An object to be tested.
- return.logical
If return.logical = FALSE
(default), an error message is printed
if the object is not of class gap
. If return.logical = TRUE
, a logical
value is returned.