search for: nemr

Displaying 1 result from an estimated 1 matches for "nemr".

Did you mean: near
2010 Nov 05
1
prob with legend in my plots!
...he legend positions in characters like "topright"..etc, it appears, if i specify it in terms of coordinates like "-1, 1" .. etc, it does not appear. Can anyone help me with this? script - x.date <- as.Date(paste(year, month, day, sep="-")) ts1.n.e3 <- ts(data.nemr.e3[,3]) z1.n.e3 <- zoo(ts1.n.e3, x.date) plot(z1.n.e3, ylim = c(min(data.nemr.e3[,3]), max(data.nemr.e3[,5])), col="orange", main = "Monthly variations of SST in El-Nino3", xlab = "Year", ylab="SST (deg C)") lines(z2.n.e3, lty = 2, col="red2") li...