Learn R Programming

RSDA (version 3.0)

sym.interval: Create an symbolic_interval type object

Description

Create an symbolic_interval type object

Usage

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

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

Value

a symbolic interval

Examples

Run this code
# NOT RUN {
sym.interval(c(1, 2, 4, 5))
sym.interval(1:10)
# }

Run the code above in your browser using DataLab