round_near: Round down the maximum value of x to the nearest multiple of...

View source: R/utils_partition.R

round_nearR Documentation

Round down the maximum value of x to the nearest multiple of accuracy

Description

Round down the maximum value of x to the nearest multiple of accuracy

Usage

round_near(x, accuracy)

Arguments

x

numeric value or vector

accuracy

integer number defining the rounding limit

Value

integer value


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.