# NOT RUN {
x <- simulateDriver(
random.seed = 30,
time = 1:10000,
autocorrelation.length = 100,
output.min = -10,
output.max = 20,
rescale = TRUE
)
#plots output
plot(x, type = "l")
#checks temporal autocorrelation
acf(x, lag.max = 300)
# }
Run the code above in your browser using DataLab