Description Usage Arguments Value Examples
This function is for presenting a figure when it should not reach a certain bound, and instead shows it as greater than the number below.
1 | roundbound(x, digits = 0, maximum = 100, minimum = 0)
|
x |
a numeric value. |
digits |
integer indicating the number of decimal places |
maximum |
maximum bound. Defaults to 100. |
minimum |
minimum bound. Defaults to 0. |
A character string of the rounded value
1 2 3 4 5 | roundbound(99.9)
roundbound(99.3)
roundbound(0.9)
roundbound(0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.