format_p_value {tidyplots} | R Documentation |
Format p values
Description
Format p values
Usage
format_p_value(x, accuracy = 1e-04)
Arguments
x |
A |
accuracy |
A number to round to. For example, use |
Value
Formatted number as character
string.
Examples
format_p_value(0.03445553)
format_p_value(0.0003445553)
format_p_value(0.00003445553)
[Package tidyplots version 0.3.1 Index]