segment.overlap: Overlapped segment(s) of multiple one-dimensional segments

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Overlapped segment(s) of multiple one-dimensional segments

Usage

1

Arguments

s

A matrix with two columns each row of which indicating start and end of each segment

Value

A matrix with two columns each row of which indicating overlapped segment

Examples

1
2
s <- matrix(c(0,4,1,6,2,3),byrow=TRUE,ncol=2)
segment.overlap(s)

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.