Description Usage Arguments Details Author(s) Examples
histogram()
draws a histogram with formatted texts and
adds a normal curve over the histogram.
1 2 3 4 5 6 7 8 9 10 11 12 |
data |
Dataset |
var |
variable |
breaks |
hist |
xlab |
hist |
main |
hist |
sub |
hist |
labels |
hist |
freq |
hist |
curve |
logical. If |
... |
hist |
If freq
is set to FALSE
, probability densities,
component density, are plotted (so that the histogram has
a total area of one). In this case, normal curve will not be
generated.
Email: dr.myominnoo@gmail.com
Website: https://myominnoo.github.io/
1 2 3 | # histogram(infert, age)
# histogram(infert, age, labels = FALSE)
# histogram(infert, age, freq = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.