signalSeries(data, positions., units, units.position, from = 1, by = 1)
Value
an object of class "signalSeries".
See the
signalSeries class help file
for the names and structure of the slots in the object.
Arguments
data
(ANY) the variable data, which can be any data object for which
is.rectangular is TRUE,
such as a data.frame, matrix, or atomic vector.
positions.
(positions) the x values for the variables, which must be
of type positionsNumeric.
If not given, then the positions are computed using the
numSeq function with the from and by.