brkps {MSigSeg} | R Documentation |
This function returns the brkps slot of MSigSeg object.
## S4 method for signature 'MSigSeg'
brkps(object)
object |
A 'MSigSeg' object. |
This function is a S4 method for MSigSeg object. It retrieves brkps slot, which contains the locations of break points.
The brkps slot of MSigSeg object.
x=new("MSigSeg") # Creating a new MSigSeg object.
brkps(x)