| histv.formula | R Documentation | 
histv creates one or more vertically aligned histograms,
rendered by hist. This is useful for visual
comparison of several numeric vectors.
## S3 method for class 'formula'
histv(formula, 
    data = NULL, na.action = NULL, 
    drop = FALSE, sep = ".", 
    lex.order = FALSE, 
    xlab = NULL, ..., 
    debug = FALSE)| formula | 
 | 
| data | used in case a  | 
| na.action | |
| drop | passed to  | 
| sep | passed to  | 
| lex.order | passed to  | 
| xlab | xlab(s) of the individual histograms. If a character vector is suplied, it will be used to define the title of individual histograms, recycled if necessary. | 
| ... | histv-specific arguments, see  | 
| debug | if TRUE, debugs will be printed. If numeric of value greater than 1, verbose debugs will be produced. | 
Tomas Sieger
histv(Sepal.Length~Species,iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.