Dear R specialists,

I have two time series in a data.frame and want to plot them in the same
plot(), with the left axis scaled to time series 1 (-700,0) and the
right axis scaled to time series 2 (-0.2, 0.4). 

plot(timeserie1)
lines(timeserie2, col=c(2)) => this one should be scaled differently
with a new axis on the right handside.

How can these be visualised such that the fit is optimal for
visualisation of the two time series? Which commands can I use?

Thanks,
Jan

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to