Displaying 1 result from an estimated 1 matches for "nmese".
Did you mean:
namese
2006 Jun 25
0
Fighting with GDD & lwd
...GS+=-DJGD_DEBUG
endif
in Makevars.in
Now, with the following code
..............................................
grafico1<- function() {
plot(1:length(tabella[,1]),tabella[,2],ylim=c(Ymin,Ymax),type="h",
lwd=6,col="red",main=paste("TEMPERATURE MEDIE GIORNALIERE\nMESE DI",
toupper(format(ierid,"%B")),sep=" "),
col.main="dark blue", xlab="Giorni del mese",ylab="?C",
col.lab="blue",axes=FALSE)
lines(1:length(tabella[,1]),tabella[,3],type="l",lwd=2,col="dark green")
lege...