Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

RSDA

R to Symbolic Data Analysis

v3.0.12
GPL (>= 2)
Authors
Oldemar Rodriguez [aut, cre], Jose Emmanuel Chacon [cph], Carlos Aguero [cph], Jorge Arce [cph]
Initial release
2022-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.