brkps {MSigSeg}R Documentation

Generic Function-brkps.

Description

This function returns the brkps slot of MSigSeg object.

Usage

## S4 method for signature 'MSigSeg'
brkps(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.

Value

The brkps slot of MSigSeg object.

Examples

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


[Package MSigSeg version 0.2.0 Index]