signs_centered | R Documentation |
A wrapper function for the signs::signs function. It adds a space to the right side of negative numbers so that it appear as if the minus sign does not affect the number's centering.
signs_centered(x, space = NULL, encoding = "UTF-8", ...)
x |
a numeric vector |
space |
a character to be added to negative numbers (defaults to a UTF-8 figure space) |
encoding |
type of encoding (defaults to UTF-8) |
... |
parameters passed to signs:signs |
a vector of numbers converted to characters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.