Learn R Programming

HKRbook (version 0.1.3)

mmstat.round.up: mmstat.round.up

Description

Rounds up.

Usage

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

Value

uprounded values

Arguments

x

numeric: values for rounding

digits

numeric: digits for rounding (default: 0)

Examples

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

Run the code above in your browser using DataLab