Learn R Programming

RSDA (version 3.2.1)

is.sym.histogram: Symbolic histogram

Description

Symbolic histogram

Usage

is.sym.histogram(x)

Value

returns TRUE if its argument's value is a symbolic_histogram and FALSE otherwise.

Arguments

x

an object to be tested

Examples

Run this code
x <- sym.histogram(iris$Sepal.Length)
is.sym.histogram(x)

Run the code above in your browser using DataLab