Description Usage Arguments Details Author(s) See Also Examples
Uses barchart to build a histogram from tabulated data.
| 1 | histochart(x, data=NULL, box.ratio = 100, origin = 0, horizontal = FALSE, ...)
 | 
| x |  formula of form  | 
| data |  data frame in which the formula  | 
| box.ratio | ratio of bar widths to gaps between bars | 
| origin | where do bars begin? | 
| horizontal | Should bars go horizontal? | 
| ... | other arguments passed to  | 
This is just a convenience wrapper around barchart.
Randall Pruim (rpruim@calvin.edu)
| 1 | histochart( dbinom(0:30, 30, 0.35) ~ 0:30 )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.