Learn R Programming

MSigSeg (version 0.2.0)

brkps: Generic Function-brkps.

Description

This function returns the brkps slot of MSigSeg object.

Usage

# S4 method for MSigSeg
brkps(object)

Value

The brkps slot of MSigSeg object.

Arguments

object

A 'MSigSeg' object.

Details

This function is a S4 method for MSigSeg object. It retrieves brkps slot, which contains the locations of break points.

Examples

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

Run the code above in your browser using DataLab