powered by
Create an symbolic_interval type object
sym.interval(x = numeric(), .min = min, .max = max)
a symbolic interval
numeric vector
function that will be used to calculate the minimum interval
function that will be used to calculate the maximum interval
sym.interval(c(1, 2, 4, 5)) sym.interval(1:10)
Run the code above in your browser using DataLab