View source: R/symbolic_objects.R
is.sym.histogram | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.