signalSeries {splusTimeSeries} | R Documentation |
Create a signalSeries
object
Description
Creates an object of class signalSeries
Usage
signalSeries(data, positions., units, units.position, from = 1, by = 1)
Arguments
data |
( |
positions. |
( |
units |
( |
units.position |
( |
from |
the start of the sequence. |
by |
the increment for the sequence. |
Value
an object of class "signalSeries"
.
See the
signalSeries
class help file
for the names and structure of the slots in the object.
See Also
signalSeries
class.
Examples
signalSeries(pos=1:10 , data=1:10)
signalSeries(data=data.frame(x=1:10, y=11:20), from=2, by=2)
[Package splusTimeSeries version 1.5.7 Index]