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

Small bug in hist.formula function #62

Closed
carlostorrescubila opened this issue Nov 28, 2020 · 2 comments
Closed

Small bug in hist.formula function #62

carlostorrescubila opened this issue Nov 28, 2020 · 2 comments
Assignees
Labels

Comments

@carlostorrescubila
Copy link

The parameter freq sometimes does not work. When you set it FALSE it works on plot, but the y-scale does not change and you can't see the bars. Probably it happends because you take always the counts value of hist.default and you have to take density values when freq = FALSE.

@droglenc
Copy link
Contributor

Thanks, @carlostorrescubila ... I will try to fix this.

Note to self ... here is the issue ... compare these two outpus

hist(Sepal.Length~Species,data=iris)
hist(Sepal.Length~Species,data=iris,freq=FALSE)

@droglenc droglenc added the bug label Nov 29, 2020
@droglenc droglenc self-assigned this Nov 29, 2020
droglenc added a commit that referenced this issue Nov 29, 2020
@droglenc
Copy link
Contributor

@carlostorrescubila ... this should be fixed in the development version. Let me know if you still have issues. Thanks again.

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

No branches or pull requests

2 participants