is_zero | R Documentation |
Return TRUE if the value is equal to zero.
is_zero(x)
x |
A numeric vector |
A boolean vector with the return from the condition check.
is_zero(4)
is_zero(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.