my.round: Round the number(s) to the nearest integer, or n digits.

Description Usage Arguments Value

View source: R/myRounding.R

Description

Round the number(s) to the nearest integer, or n digits.

Usage

1
my.round(src.vector, digits = 0)

Arguments

src.vector

; A numeric vector to round.

digits

; A numeric vector to round.

Value

numeric ; The vector with round numbers.


vanNijnatten/Learn-Statistics documentation built on Dec. 23, 2021, 2:09 p.m.