powered by
gts(data, start = 0, end = NULL, freq = 1, unit = NULL, name = NULL)
matrix
data.frame
vector
numeric
string
NULL
gts
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