| mmstat.merge | R Documentation |
Computes a new range from by a union of the two ranges.
mmstat.merge(range1, range2)
range1 |
range: first range |
range2 |
range: second range |
new range
mmstat.merge(c(0,1), c(0.5, 2)) # returns c(0, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.