Re: [R] Plot in function

2012-11-10 Thread Pauli
Thanks a lot! -- View this message in context: http://r.789695.n4.nabble.com/Plot-in-function-tp4648576p4649177.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] Plot in function

2012-11-07 Thread Jim Lemon
On 11/07/2012 03:44 AM, Pauli wrote: Hello, I am a R beginner and I have a question about a litte function I found. Here is the code: # Gambler's Ruin Problem. # seed capital:k # rounds: n # probability of success: p # number of trials:

Re: [R] Plot in function

2012-11-06 Thread David Winsemius
On Nov 6, 2012, at 8:44 AM, Pauli wrote: > Hello, > > I am a R beginner and I have a question about a litte function I found. > Here is the code: > > # Gambler's Ruin Problem. > # seed capital:k > # rounds: n > # probability of success: p >

Re: [R] Plot in function

2012-11-06 Thread R. Michael Weylandt
On Tue, Nov 6, 2012 at 4:44 PM, Pauli wrote: > Hello, > > I am a R beginner and I have a question about a litte function I found. > Here is the code: > > # Gambler's Ruin Problem. > # seed capital:k > # rounds: n > # probability of success: p >