Skip to content
Prev 315230 / 398503 Next

Wrong bin count number with hist() ?

Ken Mailinglist? Sounds like a modern version of the Abbott and Costello "Who's On First" routine.

Anyway, this seems like an excellent opportunity to point out that you can get help on any base or loaded package function using the ? symbol. E.g.

?hist

If you feel the help file is insufficient, please pass along any constructive criticism (or patches to improve it) AFTER you read it carefully. You might also find reading the code informative in some cases... just type the full name of the function at the R command line prompt:

hist.default

Figuring out that you have to add "default" to the name isn't so obvious at first, I must admit, but it is one price we pay in R for being able to do similarly named actions on different kinds of objects.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
ken.mailinglist at me.com wrote: