Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTi=PHG2A0jEZO_7OvkAxUSwLdC5yrQ@mail.gmail.com>
Date: 2011-05-05T21:20:33Z
From: Steven Kennedy
Subject: Insert values to histogram
In-Reply-To: <1304596216055-3498140.post@n4.nabble.com>

Histograms plot data in bins - you don't get the exact value, because
each bin contains a range of values. Do you want to plot the range of
values the bin contains? Also, check ?hist to see how to set the
values of the breaks between the bins.