is.sym.histogram {RSDA} | R Documentation |
Symbolic histogram
is.sym.histogram(x)
x |
an object to be tested |
returns TRUE if its argument's value is a symbolic_histogram and FALSE otherwise.
x <- sym.histogram(iris$Sepal.Length)
is.sym.histogram(x)