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
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
2 matches
Mail list logo