is_degree | R Documentation |
[0,1]
Tests whether the given argument is a numeric value from the interval
[0,1]
is_degree(x, na_rm = FALSE)
x |
the value to be tested |
na_rm |
whether to ignore |
TRUE
if x
is a numeric vector, matrix or array with values
between 0 and 1, otherwise, FALSE
is returned. If na_rm
is TRUE
,
NA
values are treated as valid values. If na_rm
is FALSE
and x
contains NA
values, FALSE
is returned.
Michal Burda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.