seg.len {MSigSeg} | R Documentation |
This function returns the length of segmentation.
## S4 method for signature 'MSigSeg'
seg.len(object)
object |
A MSigSeg object. |
This function is a S4 method for MSigSeg object. It calculates the distance between each change points.
A vector contains length of segmentation.
x=new("MSigSeg") # Creating a new MSigSeg object.
seg.len(x)