powered by
Symbolic histogram
is.sym.histogram(x)
returns TRUE if its argument's value is a symbolic_histogram and FALSE otherwise.
an object to be tested
x <- sym.histogram(iris$Sepal.Length) is.sym.histogram(x)
Run the code above in your browser using DataLab