| round_up {DAISIEprep} | R Documentation |
Rounds numbers using the round up method, rather than the round to the
nearest even number method used by the base function round.
Description
Rounds numbers using the round up method, rather than the round to the
nearest even number method used by the base function round.
Usage
round_up(n, digits = 0)
Arguments
n |
A numeric to be rounded. |
digits |
A numeric specifying which decimal places to round to |
Value
Numeric
[Package DAISIEprep version 0.4.0 Index]