| signalSeries | R Documentation |
signalSeries object
Creates an object of class signalSeries
signalSeries(data, positions., units, units.position, from = 1, by = 1)
data |
( |
positions. |
( |
units |
( |
units.position |
( |
from |
the start of the sequence. |
by |
the increment for the sequence. |
an object of class "signalSeries".
See the
signalSeries class help file
for the names and structure of the slots in the object.
signalSeries class.
signalSeries(pos=1:10 , data=1:10)
signalSeries(data=data.frame(x=1:10, y=11:20), from=2, by=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.