Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a `w` argument to `hist.formula()` #15
Comments
|
Added to v0.8.6. |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
Added to v0.8.6. |
A
w=argument to hist, if as inlencat(), would allow the user to control the bins with one argument rather than having to useseq()inbreaks=. This would be useful as most often the user wants to control the width of the bins but usingseq()requires one to hardwire the minimum and maximum values of the bins as well.