powered by
Computes a new range from by a union of the two ranges.
mmstat.merge(range1, range2)
new range
range: first range
range: second range
mmstat.merge(c(0,1), c(0.5, 2)) # returns c(0, 2)
Run the code above in your browser using DataLab