fix | R Documentation |
Rounds toward zero.
fix(A)
A |
numeric to be rounded |
Simply invokes trunc
.
Returns vector containing integers by truncating the
corresponding values of argument A
toward zero.
P. Roebuck proebuck1701@gmail.com
ceil
,
Round
fix(c(1.3, 2.5, 3.7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.