log10pvalue | R Documentation |
log10(p) for a P value including its scientific format
log10pvalue(p = NULL, base = NULL, exponent = NULL)
p |
value. |
base |
base part in scientific format. |
exponent |
exponent part in scientific format. |
log10(P)
log10pvalue(1e-323)
log10pvalue(base=1,exponent=-323)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.