Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

roundDown

Forcefully round a number down


Description

Forces the rounding of the input to the next lower rounded value.

Usage

roundDown(input, to = 10)

Arguments

input

The value to be rounded.

to

The level of rounding to be applied (i.e. to=10 will round 14.8 to 10; to=1 will round i to 14).

Value

A numeric value or string.


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.