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