Learn R Programming

RSDA (version 3.2.1)

sym.interval: Create an symbolic_interval type object

Description

Create an symbolic_interval type object

Usage

sym.interval(x = numeric(), .min = min, .max = max)

Value

a symbolic interval

Arguments

x

numeric vector

.min

function that will be used to calculate the minimum interval

.max

function that will be used to calculate the maximum interval

Examples

Run this code
sym.interval(c(1, 2, 4, 5))
sym.interval(1:10)

Run the code above in your browser using DataLab