View source: R/symbolic_objects.R
sym.interval | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.