summary {MSigSeg} | R Documentation |
This function summarize the information of MSigSeg object.
## S4 method for signature 'MSigSeg'
summary(object)
object |
A MSigSeg object. |
This function is a S4 method for MSigSeg object. It summarizes the number of signals, length of signals, number of change points and fmin.
A summary of MSigSeg object.
x=new("MSigSeg") # Creating a new MSigSeg object.
summary(x)