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)

PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.