Learn R Programming

MSigSeg (version 0.2.0)

summary: Generic Function-summary.

Description

This function summarize the information of MSigSeg object.

Usage

# S4 method for MSigSeg
summary(object)

Value

A summary of MSigSeg 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.

Examples

Run this code
x=new("MSigSeg") # Creating a new MSigSeg object.
summary(x)

Run the code above in your browser using DataLab