ruptAsMat {segclust2d} | R Documentation |
ruptAsMat is an internal function to transform a vector giving the change point to matrix 2 columns matrix in which each line gives the beginning and the end of a segment
Description
ruptAsMat is an internal function to transform a vector giving the change point to matrix 2 columns matrix in which each line gives the beginning and the end of a segment
Usage
ruptAsMat(vectRupt)
Arguments
vectRupt |
the vector of change point |
Value
the matrix containing the segments
[Package segclust2d version 0.3.3 Index]