sym.interval {RSDA} | R 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)
[Package RSDA version 3.2.1 Index]