pvalue_format {scales} | R Documentation |
Superseded interface to label_pvalue()
Description
These functions are kept for backward compatibility; you should switch
to label_pvalue()
for new code.
Usage
pvalue_format(
accuracy = 0.001,
decimal.mark = NULL,
prefix = NULL,
add_p = FALSE
)
pvalue(x, accuracy = 0.001, decimal.mark = NULL, prefix = NULL, add_p = FALSE)
Arguments
accuracy |
A number to round to. Use (e.g.) Applied to rescaled data. |
decimal.mark |
The character to be used to indicate the numeric
decimal point. The default ( |
prefix |
A character vector of length 3 giving the prefixes to
put in front of numbers. The default values are |
add_p |
Add "p=" before the value? |
[Package scales version 1.4.0 Index]