I need to plot several time series charts on the same page, each in its own panel in a grid 3x2 or similar. In the latter case I'd have 6 charts on a page in 3 rows and 2 columns. I need to use R, any popular plot library is fine.
Further, each chart will have multiple time series on it. All but one time series will be scaled to the y-axis on the left hand side, while one time series will be in a different scale with its y labels on the right hand side. This is similar to plotyy command in MATLAB.
I will need to customize quite a bit, things like colors and line types. What's the solution in R for this kind of a chart?