## S3 method for class 'AbstractCBS':
dropRegions(this, regions, H=1, ..., asMissing=FALSE, verbose=FALSE)
integer
specifying the size of each region,
i.e. the number of segments per region.*extractRegions()
.TRUE
, dropped segments are replaced by missing values,
otherwise they are truly dropped.AbstractCBS
object of the same class with (at most)
R*H segments dropped.
If some regions overlap (share segments), then fewer than R*H segments
are dropped.*extractRegions()
is used.
See also *dropChangePoint()
and *mergeTwoSegments()
.
For more information see AbstractCBS
.