is.even {stacomirtools}R Documentation

is.even function modified from package sma

Description

is.even function modified from package sma (which did not verify that the entry was indeed an integer)

Usage

is.even(x)

Arguments

x

integer

Value

a logical

Author(s)

Adapted from Henrik Bengtsson

Examples


is.even(1)
is.even(2)


[Package stacomirtools version 0.6.0.1 Index]