# NOT RUN {
library(gretlR)
# }
# NOT RUN {
code=r'(nulldata 500
set seed 13
gretl1 = normal()
gretl2 = normal()
setobs 12 1980:01 --time-series
gnuplot gretl1 --time-series --with-lines --output="line.png"
)'
exec_gretl(code)
include_graph(path="line.png")
# }
Run the code above in your browser using DataLab