Re: [R] using the stepfun to plot histogram outline.

2008-06-21 Thread hadley wickham
On Sat, Jun 21, 2008 at 3:36 AM, Karin Lagesen <[EMAIL PROTECTED]> wrote: > > Hello list:) > > I have lots of values which I would like to get a histogram outline > out of. > > An example of what I am talking about: > > testdata = runif(100) > bbb = seq(0,1, by = 0.01) > hist(testdata, breaks = bbb

[R] using the stepfun to plot histogram outline.

2008-06-21 Thread Karin Lagesen
Hello list:) I have lots of values which I would like to get a histogram outline out of. An example of what I am talking about: testdata = runif(100) bbb = seq(0,1, by = 0.01) hist(testdata, breaks = bbb) I would like to get the outline of the resulting histogram. Now, I think that I can do t