| xunitspct | R Documentation | 
Determine the appropriate unit for a percent value (e.g., 1000000 = '1 Million'.
xunitspct(value, sign = TRUE)
value | 
 A numeric.  | 
sign | 
 Include percent sign. Default = T.  | 
xunitspct(value = 8.4)
xunitspct(value = -8.4, sign = TRUE)
xunitspct(value = -8.4, sign = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.