Learn R Programming

PSCBS (version 0.67.0)

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 AbstractCBS
resetSegments(fit, ...)

Value

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

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see AbstractCBS.