summary {MSigSeg} | R Documentation |
Generic Function-summary.
Description
This function summarize the information of MSigSeg object.
Usage
## S4 method for signature 'MSigSeg'
summary(object)
Arguments
object |
A MSigSeg object. |
Details
This function is a S4 method for MSigSeg object. It summarizes the number of signals, length of signals, number of change points and fmin.
Value
A summary of MSigSeg object.
Examples
x=new("MSigSeg") # Creating a new MSigSeg object.
summary(x)
[Package MSigSeg version 0.2.0 Index]