powered by
Tests if argument is a float matrix.
is.float(x)
A logical value.
An R object.
is.float() and is.float() are different names for the same function.
is.float()
library(float) x = matrix(0, 5, 5) s = flrunif(10, 3) is.float(x) is.float(s)
Run the code above in your browser using DataLab