print {MSigSeg} | R Documentation |
This function print the basic information of MSigSeg object.
## S4 method for signature 'MSigSeg'
print(object)
object |
A MSigSeg object. |
This function is a S4 method for MSigSeg object. It prints class, slots, created date and summary of MSigSeg object.
The the basic information of MSigSeg object.
x=new("MSigSeg") # Creating a new MSigSeg object.
print(x)