create_prefix | R Documentation |
Standard function to create systematic prefixes from
parameters. The output will be of the form
q_crit=(critical q-value)_cutoff=(the mean abundance cutoff)_magfac=(the magnitude factor)
in scientific notation.
create_prefix( q_crit = NULL, p_crit = NULL, cutoff = NULL, magfac = NULL, digits = 2 )
q_crit |
critical q-value. Ignored if not set |
p_crit |
critical p-value, ignored if |
cutoff |
The abundance cutoff. Ignored if not set |
magfac |
The magnitude factor. Ignored if not set |
digits |
The number of significant digits in the resulting string |
A character vector of length one
create_prefix(q_crit = 1e-5,cutoff = 1e-4,magfac = 10, digits = 3) create_prefix(p_crit = 1e-5,cutoff = 1e-4,magfac = 10, digits = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.