fmt_pval | R Documentation |
Format p-value
fmt_pval(p, digits = 3, width = 3 + digits)
p |
A numeric vector of p-values. |
digits |
Digits of each column, i.e., format as x.xxx. |
width |
Width of each column. |
A numeric vector with the expected format.
fmt_pval(c(0.1234, 0.00002))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.