Re: [R] ts.plot and x axes customization

2012-02-29 Thread ilai
On Wed, Feb 29, 2012 at 1:56 AM, Jochem Schuster jochem.schus...@web.dewrote: Hello, thank you very much for your answer. In the following, I will provide my recent code and try to explain again: series1 = ts(x$france start=c(2000,1), frequency=4) series2 = ts(x$germany, start=c(2000,1),

[R] ts.plot and x axes customization

2012-02-28 Thread Jochem Schuster
Dear List, I would be pleased if someone can help me with the following issue: I'm about to plot two time series in one plot via ts.plot which looks like: ts.plot(series1, series2, main=main, xlab=xlab, ylab=ylab, col=c(green, red, blue), lwd=2) The problem is, that R

Re: [R] ts.plot and x axes customization

2012-02-28 Thread ilai
On Tue, Feb 28, 2012 at 12:57 PM, Jochem Schuster jochem.schus...@web.de wrote:   ts.plot(series1, series2, main=main, xlab=xlab, ylab=ylab, col=c(green,   red, blue), lwd=2)   What I've tried before is deleting the X axes via gpars=list(xaxt=n) in   the ts.plot-code. But after that I was