> If you still want to then read ?write.table, that can export your data > into a spreadsheet-like ascii format which can be used from GNUplot > easily.
Very interesting. So if I e.g. write: ts.sim <- arima.sim(list(order = c(1,1,0), ar = 0.7), n = 200) ts.plot(ts.sim) How do I know the names of the rows to put in the data.frame() command? > Btw, comparing the graphics capabilities of GNUplot and R, it is > something like a three-wheel bicycle and a spaceship. Guess > which is which. =) I know that I will most likely spend a lot of time on just making the plots, but I atleast (for now =) ) think it could be fun to try. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.