
gts(data, start = 0, end = NULL, freq = 1, unit = NULL, name = NULL)
matrix
, data.frame
, or a numeric vector
.numeric
that provides the time of the first observation.numeric
that provides the time of the last observation.numeric
that provides the rate of samples. Default value is 1.string
that contains the unit expression of the frequency. Default value is NULL
.string
that provides an identifier to the data. Default value is NULL
.gts
object with the following attributes:
m = data.frame(rnorm(50))
x = gts(m, unit = 'sec', name = 'example')
x
plot(x)
x = gen.gts(WN(sigma2=1), 50)
x = gts(x, freq = 100, unit = 'sec')
plot(x)
Run the code above in your browser using DataLab