sym.histogram {RSDA}R 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)

[Package RSDA version 3.2.1 Index]