Learn R Programming

PSCBS (version 0.38.4)

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, ignoreGaps=FALSE, dropEmptySegments=TRUE, ...)

Arguments

...
Not used.

Value

See Also

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