SmallestNonAboveX | R Documentation |
replace small values with the next smallest value found, which is >X.
SmallestNonAboveX(vec, X = 0)
vec |
Numeric input vector |
X |
Threshold, Default: 0 |
## Not run:
if (interactive()) {
SmallestNonZero(vec = df.markers$"p_val")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.