Re: [R] timePlot legend

2015-07-04 Thread Jim Lemon
Hi ulasim77, At a guess, what you want is to move the legend from beneath the plot to the right side. As none of the examples from the "plotTime" function seem to work, I'll have to use something simpler: par(mar=c(5,4,4,8)) plot(1:5) legend(5.4,3.2,c("First","Second","Third"),lty=1:3,col=1:3,pch=

[R] timePlot legend

2015-07-03 Thread ulasim77
Dear all I am plotting a time series using time Plot function. All goes well until i try to modify the legend by taking it from the standard location at the bottom, to the right side in a vertical way. How can i do this? This is my code: filename <- sprintf('%s/TS_CO_all.png',folderPLOTS) y_la