NextOdd {cellmigRation}R Documentation

Return the Next Odd Integer

Description

Returns the smallest odd number bigger than the number(s) provided as the argument

Usage

NextOdd(x)

Arguments

x

a vector of class numeric

Value

a vector of class integer

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/cellmigration/

Examples

cellmigRation:::NextOdd(seq(2,5,by=1))


[Package cellmigRation version 1.0.0 Index]