Create an symbolic_interval type object
Create an symbolic_interval type object
sym.interval(x = numeric(), .min = min, .max = max)
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 |
a symbolic interval
sym.interval(c(1, 2, 4, 5)) sym.interval(1:10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.