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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.