sym.histogram: Create an symbolic_histogram type object

View source: R/symbolic_objects.R

sym.histogramR Documentation

Create an symbolic_histogram type object

Description

Create an symbolic_histogram type object

Usage

sym.histogram(x = double(), breaks = NA_real_)

Arguments

x

character vector

breaks

a vector giving the breakpoints between histogram cells

Value

a symbolic histogram

Examples

sym.histogram(iris$Sepal.Length)

RSDA documentation built on Nov. 10, 2023, 5:06 p.m.