mergeTwoSegments.AbstractCBS | R Documentation |
Merge two neighboring segments into one segment, which is done by dropping their common change point and recalculating the segment statistics.
## S3 method for class 'AbstractCBS'
mergeTwoSegments(...)
... |
Not used. |
Returns an AbstractCBS
of the same class with one less segment.
Henrik Bengtsson
To merge a segment and its two flanking segments, see
*mergeThreeSegments()
.
To drop regions (a connected set of segments)
see *dropRegions()
.
For more information see AbstractCBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.