Learn R Programming

PSCBS (version 0.38.4)

resetSegments.AbstractCBS: Reset the segments

Description

Reset the segments. More precisely, it removes columns in the segmentation result table that have been added by methods after the actual segmentation method, e.g. bootstrap estimated mean level quantiles and various calls. It leave the basic segmentation results untouched, i.e. the partitioning and the segment means.

Usage

## S3 method for class 'AbstractCBS':
resetSegments(fit, ...)

Arguments

...
Not used.

Value

  • Returns an object if the same class as the input result.

See Also

For more information see AbstractCBS.