seriesData | R Documentation |
series
Objects
Accesses the seriesData of series
objects.
seriesData(object)
asSeriesData(object)
seriesData(object) <- value
seriesDataNew()
seriesDataValid(object)
object |
the object for which to find |
value |
the value to which to set |
This function can also be used on the left side of an assignment
to set the seriesData
of a series
object.
returns the seriesData
slot of object
.
positions
, timeSeries
, signalSeries
.
x <- signalSeries(pos=1:10, data=11:20)
seriesData(x)
seriesData(x) <- 1:10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.