View source: R/min_max_number.R
min_number | R Documentation |
Function to replace smaller values with a threshold value.
min_number(x, y)
x |
A numeric vector or scalar. |
y |
A numeric threshold value that serves as a cutoff. |
Andreas Scharmueller, andschar@proton.me
min_number(3, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.