Learn R Programming

RSDA (version 3.2.1)

sym.histogram: Create an symbolic_histogram type object

Description

Create an symbolic_histogram type object

Usage

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

Value

a symbolic histogram

Arguments

x

character vector

breaks

a vector giving the breakpoints between histogram cells

Examples

Run this code
sym.histogram(iris$Sepal.Length)

Run the code above in your browser using DataLab