Finally I found the info to mix dot and lines in a plot, this way the plot looks nicer:
legend("topright",
legend =c("Reg Line","Reg Line Bias Corr",
"Current Value"","Bias adj. value"),
bty = "n",
col = c("brown","green4","red","black"),
lty = c(1,1,0,0),
lwd = c(2,2,0,0),
pch = c(NA, NA, 15,21),
pt.bg = c(NA,NA,"red", "yellow"),
pt.cex =0.5)
No hay comentarios:
Publicar un comentario