label_expfn | R Documentation |
Return functions to display exponential format expression where
expfn
works internally.
label_expfn(
digits = 3,
scale = 1,
prefix = "",
suffix = "",
decimal.mark = ".",
trim = TRUE,
...
)
digits |
a number of digits just before '×'. Default: 3 |
scale |
a number to multiply x. Default: 1. |
prefix |
a character string to paste just before x. Default: ”. |
suffix |
a character string to paste just after x. Default: ”. |
decimal.mark |
a character string to use decimal mark, Default: '.'. |
trim |
Logical, if ‘FALSE’, values are right-justified to a common width (see ‘base::format()’). Default: TRUE. |
... |
extra arguments passed to |
DETAILS
A function
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.