View source: R/GetNiceUpperLimit.R
GetNiceUpperLimit | R Documentation |
Generates a "nice" large number.
GetNiceUpperLimit(val)
val |
Vector of numeric values. Required. |
numeric nice number
GetNiceUpperLimit(val = 8)
GetNiceUpperLimit(val = -8)
GetNiceUpperLimit(val = c(8, 13, 1158, -13232))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.