From: shilpa khinvasara on
sir,
thanx
but there ar total 24 bins how to plot histogram of 24 bins
From: Walter Roberson on
shilpa khinvasara wrote:
> sir,
> thanx
> but there ar total 24 bins how to plot histogram of 24 bins

Part of your problem is that your code does NOT define 18+3+3 = 24 bins:
it defines 18*3*3 = 162 bins.

Beyond that: earlier I explicitly referred you to the hist()
documentation for control of the number of bins.