Description Usage Arguments Value Examples
Return smallest non-zero element of a vector.
1 | nonzero_min(x)
|
x |
A vector of real numbers. |
Minimum value of x
such that min(x) > 0
1 | nonzero_min(c(1,3,5,2,0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.