Learn R Programming

nprcgenekeepr (version 1.0.5)

makeRoundUp: Round up the provided integer vector int according to the modulus.

Description

Round up the provided integer vector int according to the modulus.

Usage

makeRoundUp(int, modulus)

Arguments

int

integer vector

modulus

integer value to use as the divisor.