Learn R Programming

ch (version 0.1.0.2)

Round: Round of Numbers that is improved.

Description

Round : rounding off to five in double. round_1 and Round2: to achieve the standard sense of rounding.

Usage

Round(x, n = 0)

round_1(x, n)

Round2(x, n)

Arguments

x

vector or matrix

n

digits

Value

It rounds the values and output to console.