Description Usage Arguments Value Author(s) Examples
Plots a histogram and density estimates using ggplot.
1 |
y |
a numeric vector or an object of the |
title |
a string with the plot's title. |
xlab |
a string with the plot's x axis label. By default a NUll value |
ylab |
a string with the plot's y axis label. By default a "counts" value |
bins |
The number of bins to use for the histogram. Selected by default using the Friedman-Diaconis rule. |
add.normal |
A boolean value. Add a normal density function for comparison,
by default |
None. Function produces a ggplot2 graph.
Rob J Hyndman
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.