Description Usage Arguments Examples
This function creates an expression of a p value using scientific notation
1 | sciNotation(x, digits = 2, maxexp = 16)
|
x |
Numeric object. Number to be expressed using scientific notation. |
digits |
Numeric object of type integer. Number of digits. |
maxexplogical |
Numeric object of type integer. Maximun exponential admissible. |
1 | sciNotation(x=0.00000000000068,digits=2,maxexp=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.