<p>Hi,<br />
<br />
I have a problem with the appearance of legend in my plots. If I specify the 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?<br />
<br />
script - <br />
x.date <- as.Date(paste(year, month, day, sep="-"))<br />
ts1.n.e3 <- ts(data.nemr.e3[,3])<br />
z1.n.e3 <- zoo(ts1.n.e3, x.date)<br />
plot(z1.n.e3, ylim = c(min(data.nemr.e3[,3]), max(data.nemr.e3[,5])), col="orange",<br />
main = "Monthly variations of SST in El-Nino3", xlab = "Year", ylab="SST (deg C)")<br />
lines(z2.n.e3, lty = 2, col="red2")<br />
lines(z3.n.e3, lty = 3, col="maroon3", lwd=1)<br />
legend(-0.1, -0.1, legend=c("min", "mean", "max"), lty=c(1,2,3),<br />
col=c("orange", "red2", "maroon3"))<br />
<br />
attached is my plot! suggestions are welcome! thanks in advance!</p>
<p class="imp-signature"><!--begin_signature-->-- <br />
Regards,<br />
Maha!<!--end_signature--></p>