sym.interval: Create an symbolic_interval type object

View source: R/symbolic_objects.R

sym.intervalR Documentation

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 documentation built on Nov. 10, 2023, 5:06 p.m.