Learn R Programming

RSDA (version 3.0)

sym.histogram: 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

Run this code
# NOT RUN {
sym.histogram(iris$Sepal.Length)
# }

Run the code above in your browser using DataLab