Checks if the Argument is Scalar
The simple helper function isScalar
just checks if its argument is
a scalar, i.e. a numeric vector of length 1.
It is implemented as length(x) == 1L && is.vector(x, mode = "numeric")
.
isScalar(x)
x |
an |
A length-one logical vector.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.