data.input | R Documentation |
This function returns the data.input slot of MSigSeg object.
## S4 method for signature 'MSigSeg'
data.input(object)
object |
A MSigSeg object. |
This function is a S4 method for MSigSeg object. It retrieves data.input slot, which contains the data users input.
The data.input slot of MSigSeg object.
x=new("MSigSeg") # Creating a new MSigSeg object.
data.input(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.