dot-floor_ceiling: Helper function to round up and down in turn

.floor_ceilingR Documentation

Helper function to round up and down in turn

Description

Iterates between floor() and ceiling()

Usage

.floor_ceiling(x, i)

Arguments

x

Numeric, to be rounded

i

Iterator. floor() will be used on x for odd i, ceiling() for even i


LukasWallrich/timesaveR documentation built on Nov. 29, 2024, 4:47 a.m.