is.sym.histogram {RSDA} | R Documentation |
Symbolic histogram
Description
Symbolic histogram
Usage
is.sym.histogram(x)
Arguments
x |
an object to be tested |
Value
returns TRUE if its argument's value is a symbolic_histogram and FALSE otherwise.
Examples
x <- sym.histogram(iris$Sepal.Length)
is.sym.histogram(x)
[Package RSDA version 3.2.1 Index]