mmstat.round.up: mmstat.round.up

mmstat.round.upR Documentation

mmstat.round.up

Description

Rounds up.

Usage

mmstat.round.up(x, digits = 0)

Arguments

x

numeric: values for rounding

digits

numeric: digits for rounding (default: 0)

Value

uprounded values

Examples

x <- runif(5)
cbind(x, mmstat.round.up(x, 1))

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.