[R] plotting the ending point in a for loop

2011-07-27 Thread Rebecca Gray
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 the final point with a symbol (to show where the random walk ends). Here is the code I am using: Brownian.fn - function(mu, sigma,

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 the

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

2011-07-27 Thread Jean V Adams
: Rebecca Gray atlas...@gmail.com To: r-help@r-project.org Date: 07/27/2011 06:44 AM Subject: [R] plotting the ending point in a for loop Sent by: r-help-boun...@r-project.org Hello, I would appreciate if someone could help me with this query. I would like to plot a line chart of all