ceil | R Documentation |
Rounds to the nearest integer.
ceil(x)
x |
numeric to be rounded |
Simply invokes ceiling
for those more used to C library API name.
Returns numeric vector containing smallest integers not less than the
corresponding elements of argument x
.
P. Roebuck proebuck1701@gmail.com
fix
,
Round
ceil(c(0.9, 1.3, 2.4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.