Re: [R] plotting the ending point in a for loop

2011-07-27 Thread Jean V Adams
Add this line of code to the end of your function, after the plot() function. points(B1[N], B2[N], pch=16, col=10) Jean `·.,, ><(((º> `·.,, ><(((º> `·.,, ><(((º> Jean V. Adams Statistician U.S. Geological Survey Great Lakes Science Center 223 East Steinfest Road Antigo, WI 54409 USA

Re: [R] plotting the ending point in a for loop

2011-07-27 Thread Uwe Ligges
Don't really undertsand, are you looking for points(B2[N], B1[N]) ? Uwe Ligges On 27.07.2011 11:59, Rebecca Gray wrote: Hello, I would appreciate if someone could help me with this query. I would like to plot a line chart of all of the points in a "for" loop. I would also like to plot th