Description Usage Arguments Value Examples
View source: R/SphereKaji20140527.R
Union of segment(s) of multiple one-dimensional segments
| 1 | 
| s | A matrix with two columns each row of which indicating start and end of each segment | 
A matrix with two columns each row of which indicating unified segment
| 1 2 | s <- matrix(c(0,4,1,6,2,3),byrow=TRUE,ncol=2)
segment.union(s)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.