Learn R Programming

PSCBS (version 0.23.0)

nbrOfChangePoints.AbstractCBS: Gets the number of change points

Description

Gets the number of change points, which is defined as the number of segments minus the number of chromosomes.

Usage

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

Arguments

splitters, ...
Arguments passed to *getSegments().

Value

See Also

*nbrOfSegments() *nbrOfChromosomes() For more information see AbstractCBS.