is_degree {nuggets} | R Documentation |
Tests whether the given argument is a numeric value from the interval [0,1]
Description
Tests whether the given argument is a numeric value from the interval [0,1]
Usage
is_degree(x, na_rm = FALSE)
Arguments
x |
the value to be tested |
na_rm |
whether to ignore |
Value
TRUE
if x
is a numeric vector or matrix with values between 0 and 1
Author(s)
Michal Burda
[Package nuggets version 1.3.0 Index]