[R] timePlot legend

ulasim77 ulas at envs.au.dk
Fri Jul 3 12:20:59 CEST 2015


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_lab <- sprintf('CO (ug/m3)')
tit <- sprintf('EU Receptors 2010')
png(filename, width = 18 * 360, height = 9 * 360, res = 360, pointsize=240)
timePlot(data2,pollutant=models, group=TRUE, y.relation="same", avg.time
="month", 
         lwd = 3, ylab = y_lab, main = tit) #pLOT THE DATA AS IS
dev.off()

Best regards



--
View this message in context: http://r.789695.n4.nabble.com/timePlot-legend-tp4709366.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list