[R] Make plots with GNUplot. Have anyone tried that?

Louise Hoffman louise.hoffman at gmail.com
Sat Mar 1 00:54:56 CET 2008


>  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.



More information about the R-help mailing list