is.sym.histogram: Symbolic histogram

View source: R/symbolic_objects.R

is.sym.histogramR 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)

PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.