Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R function hist() #44

Open
jmaccherone opened this issue May 9, 2013 · 2 comments
Open

R function hist() #44

jmaccherone opened this issue May 9, 2013 · 2 comments

Comments

@jmaccherone
Copy link
Collaborator

Produces a histogram graphic. Can be called with the "breaks" parameter.
hist(variableName, breaks=20)

@lmaccherone
Copy link
Owner

Lumenize has this, but I'm not sure what breaks means? Maybe we could add it as a parameter.

@jmaccherone
Copy link
Collaborator Author

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.

screen shot 2013-06-26 at 8 33 56 am
screen shot 2013-06-26 at 8 34 25 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants