Delete comment from: One R Tip A Day
Paolo said...
Jake, thanks for the point. I modified the function so now it has a nbreaks argument;
see ?hist to check how to use that argument.
By the way, you can add how many arguments are available for the hist funcion, appending the desired arguments after hist in the below piece of code:
histL <- tapply(junk, grouping, hist, breaks=nbreaks, plot = FALSE)
Jan 12, 2009, 5:36:00 PM
Posted to How to Superimpose Histograms

