Re: [R] Overlap plot

2010-02-27 Thread abotaha
Thank you for this simple help. It is sufficient for my plot. cheers. -- View this message in context: http://n4.nabble.com/Overlap-plot-tp1571803p1572061.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing l

Re: [R] Overlap plot

2010-02-27 Thread jim holtman
points(x, y, pch=1, cex=10) adjust cex to the size circle you want. On Sat, Feb 27, 2010 at 4:22 AM, abotaha wrote: > > Hello, > > I have plot in R (which is curve during time series) and it is working well. > i want to add a circle symbol to one place within the plot but i do not know > how to

[R] Overlap plot

2010-02-27 Thread abotaha
Hello, I have plot in R (which is curve during time series) and it is working well. i want to add a circle symbol to one place within the plot but i do not know how to do that? I used matplot() because i have many data in the plot. any help please, cheers -- View this message in conte