powered by
Function to transform numeric (or character) vectors or n times 2 matrices into an interval object
as.interval(x)
An object to transform. Currently the function can transform numeric vectors and characters
A vector of class interval.
interval
generate_interval
# NOT RUN { as.interval(c("1000;2000", "700:700")) as.interval(c("1500;1500", "700:700")) # }
Run the code above in your browser using DataLab