Description Usage Arguments Examples
Functional wrapper to hist() in graphics. Adds functionality (frequency table) and standard cut options (right=FALSE) to hist().
1 2  | 
x | 
 Variable to be plotted.  | 
breaks | 
 one of: 
  | 
table | 
 Logical: Should a frequency distribution table be produced?  | 
right | 
 Logical; if FALSE, the histogram cells are left-closed (right open) intervals.  | 
xlab | 
 Label of the x-axis. Default is the object name of x above.  | 
title | 
 Title (optional) of the chart.  | 
... | 
 Further arguments passed to or from other methods.  | 
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.