Learn R Programming

splus2R (version 1.0-1)

numericSequence: Constructor for numericSequence Class

Description

Constructor function for numericSequence objects. At least three of the four arguments must be supplied, unless the function is called with no arguments.

Usage

numericSequence(from, to, by, length.)

Arguments

from
start of the sequence.
to
end of the sequence.
by
increment for the sequence.
length.
length of the sequence, a non-negative integer.

Value

  • a numericSequence object with properties given by the arguments, or the default numericSequence if no arguments are supplied.

concept

splus series

See Also

seriesData, asSeriesData, seriesDataNew, seriesDataValid, signalSeries, as.data.frame.signalSeries, as.matrix.signalSeries, cumsum.signalSeries, deltat.signalSeries, diff.signalSeries, plot.signalSeries.