Learn R Programming

MSigSeg (version 0.2.0)

print: Generic Function-print.

Description

This function print the basic information of MSigSeg object.

Usage

# S4 method for MSigSeg
print(object)

Value

The the basic information of MSigSeg object.

Arguments

object

A MSigSeg object.

Details

This function is a S4 method for MSigSeg object. It prints class, slots, created date and summary of MSigSeg object.

Examples

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

Run the code above in your browser using DataLab