powered by
Estimate if a collection contains discrete values
is.discrete(collection)
True if the collecion is discrete, False otherwise
A collection of values
Alfonso Jiménez Vílchez
is.discrete(mtcars$gear) is.discrete(iris$Sepal.Length)
Run the code above in your browser using DataLab