function to plot histogram
1 | plot_hist(x, breaks, freq)
|
x |
data to plot |
breaks |
a vector giving the breakpoints between histogram cells, as of graphics::hist |
freq |
logical for plotting frequencies, as of graphics::hist |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.