Here is another way to add lines using plot()
:
First, use function par(new=T)
option:
http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_addat.html
To color them differently you will need col()
.
To avoid superfluous axes descriptions use xaxt="n"
and yaxt="n"
for second and further plots.