You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaks is how many bars you want to draw in the histogram or how finely you want to see the data. The first histogram is without giving the breaks parameter, the second histogram, a breaks parameter of 2 is given.
Produces a histogram graphic. Can be called with the "breaks" parameter.
hist(variableName, breaks=20)
The text was updated successfully, but these errors were encountered: