Skip to content
Prev 295105 / 398506 Next

Histograms with bin proportions on the y-axis

To open a graphics device, you usually use a function like png() or
eps() then do your plotting then dev.off() to close it when you're
done.

Sounds like you need something like hist(x, breaks = 100, freq = TRUE)

Hope that helps,

Michael

On Sun, May 20, 2012 at 3:07 PM, Nick Gayeski
<nick at wildfishconservancy.org> wrote: